Spam call blocking API, fed by a blacklist that updates every minute
One request returns the verdict and the evidence: spam score, reputation and the consumer complaints behind it. Block robocalls at the API, the switch or the device.
$ curl -H "X-Auth: $API_KEY" \
https://callerapi.com/api/lookup/+18882211161
{
"reputation": "SPAM",
"is_spam": true,
"spam_score": 100,
"total_complaints": 43,
"complaints": [{
"Subject": "Calls pretending to be government",
"RecordedMessageOrRobocall": "Robocall",
"ConsumerState": "Missouri"
}]
}
From ring to verdict in one round trip
No machine learning pipeline to babysit. The complaint data already knows the number.
-
Call hits your edge
Your switch, SBC, dialer or app fires a lookup while the call is still setting up.
-
Verdict comes back
Spam score, reputation and complaint evidence from data refreshed every 60 seconds across 30 countries.
-
You decide the action
Drop it, label it, or send it to voicemail. Your policy, enforced with evidence you can show subscribers.
Pick where the block happens
Same spam intelligence, three enforcement points. Most customers start with the API and add the feed as volume grows.
| Deployment | Best for | Lookup latency | Where it runs |
|---|---|---|---|
| Blocking API | CPaaS, UCaaS, dialers, apps | One round trip per call | Our cloud |
| Spam Database Feed | Carriers, MVNOs, high volume | Zero, blacklist is local | Your switch or SBC |
| Call Blocking SDK | Mobile apps, white-label | Zero, on-device | Subscriber's phone |
Running a network? The feed and SIP firewall are covered in depth under telecom fraud prevention.
Enterprise spam call blocking, without the enterprise buildout
Volume plans run from ~300,000 to 50,000,000+ lookups a month. Everything is white-label ready, so platforms resell blocking under their own brand, and screening logic can run before an AI or human agent ever answers.
Spam call blocking API questions
Block the next robocall wave
Grab a key and make your first lookup in minutes, or bring us your volumes for a custom quote.