Coming Soon

Scam Detection API

Integrate Stopscams' real-time scam intelligence directly into your applications. Verify websites, emails, phone numbers and IP addresses programmatically.

Example Request
// Check any entity in milliseconds

GET https://api.stopscams.com/v1/check

{
  "query": "suspicious-shop.com",
  "type": "website"
}

// Response
{
  "risk_score": 87,
  "threat": "phishing",
  "community_reports": 23,
  "reliability": "0%"
}

Real-Time Checks

Get instant risk scores for any URL, email address, phone number or IP address.

🛡

Community Intelligence

Powered by 1.2M+ tracked entries and 250K+ community reports.

🔗

RESTful API

Clean JSON responses, predictable endpoints, straightforward integration.

Planned Endpoints

A preview of what the API will offer.

GET /v1/check/{entity} Lookup any website, email, phone or IP
GET /v1/reports/{entity} Get community reports for an entity
POST /v1/report Submit a new scam report
GET /v1/reviews/{entity} Get community reviews for an entity