Programmatic access to 14,663+ official regulatory enforcement blacklists (CONSOB, FCA, BaFin, CySEC, SEC/CFTC) & verified tier-1 brokers.
Enter your developer email below to instantly generate a sandbox API key and begin querying the blacklist registry in seconds.
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": [ ... ]
}
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"
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"