🛡️ IsBrokerSafe
💳 Pricing Plans 🛡️ Trust Widget 🐍 PyPI SDK ↗ ❤️ VerifyDating ↗

IsBrokerSafe Financial Threat Intelligence API

v1.5 PRODUCTION

Programmatic access to 14,663+ official regulatory enforcement blacklists (CONSOB, FCA, BaFin, CySEC, SEC/CFTC) & verified tier-1 brokers.

⚡ Get Instant Free API Key (100 Requests/Month Included)

Enter your developer email below to instantly generate a sandbox API key and begin querying the blacklist registry in seconds.

💳 Developer & B2B Subscription Tiers

Developer Free

$0 / month
100 Requests / month
✓ 14,663+ Blacklist Dossiers
✓ Official Python SDK (PyPI)
✓ Rate limit: 5 req / sec
✓ Community Support
Generate Free Key
BEST VALUE

Scale Growth

$99 / month
40,000 Requests / month
✓ Pre-Deposit Fraud Screening
✓ Multi-Key Team Access
✓ High-Frequency (50 req/s)
✓ Priority Fast-Track Support
Subscribe to Scale ($99/mo) ↗

Enterprise Intel

$199 / month
100,000+ Requests / month
✓ Raw Blacklist JSON/CSV Streams
✓ Custom White-Label Badges
✓ Dedicated Account Manager
✓ Custom SLA & Contract
Get Enterprise ($199/mo) ↗

📡 API Reference Endpoints

GET POST /api/v1/broker/check

Forensic investigation of any broker name or website domain. Returns blacklist enforcement orders, risk scores (4% scam vs 98% safe), and verified alternatives.

Example Request (with API Key):
curl -X GET "https://isbrokersafe.com/api/v1/broker/check?query=apexcryptofx.com&api_key=YOUR_API_KEY"
Sample Response (Blacklisted Fraud):
{
  "status": "BLACKLISTED_FRAUD",
  "risk_level": "CRITICAL_RISK",
  "safety_score": 4,
  "entity_name": "ApexCryptoFX",
  "queried_domain": "apexcryptofx.com",
  "regulator": "CONSOB (Italy)",
  "enforcement_type": "Abusivismo Finanziario (Ordine di Oscuramento)",
  "decision_date": "2026-02-14",
  "official_reason": "Offerta abusiva di servizi di investimento finanziario e trading FX non autorizzato.",
  "recommended_alternatives": [ ... ]
}
GET /api/v1/regulatory/warnings

Real-time paginated feed of official regulatory enforcement decisions. Filter by jurisdiction (CONSOB, FCA, BaFin, CySEC, SEC).

Example Request:
curl -X GET "https://isbrokersafe.com/api/v1/regulatory/warnings?regulator=consob&limit=50&api_key=YOUR_API_KEY"
GET /api/v1/stats

Global statistical metrics on monitored financial entities, localized index pages, and regulatory enforcement counts.

Example Request:
curl -X GET "https://isbrokersafe.com/api/v1/stats"