Phone Number
Fraud Report
Did a hacker use a phone number to steal airtime or data on your platform? Report it here. Other developers can then check and block that number before it hits their app too.
Submit a Report
Enter the phone number that was used in the fraudulent purchase
Phone Number
Reason for Report
Why report a number?
When a hacker gets into a website, they usually use the same phone number to buy airtime or data in bulk. Reporting it helps every developer on the platform protect their users.
An unauthorized user sends bulk purchases through your API
Submit the recipient phone number used in the attack
Other developers check and block the number before any damage
For Developers
Check any phone number before processing a purchase using our API endpoint — free, included with your API key:
/v1/tools/phone/check?phone=08012345678
{
"status": true,
"data": {
"phone": "08012345678",
"report_count": 3,
"first_seen": "2026-04-12",
"last_seen": "2026-05-10"
}
}
Set your own threshold. Reject if report_count > 1,
> 3, or block entirely — your platform, your rules.
Don't have an account yet?
Sign up for free to submit reports, access the phone check API, and protect your platform from fraud.