The same threat intelligence that powers isditveilig.nl — the free Dutch scam-checker — now available as a Bearer-keyed REST API for your own product. URL, phone or email, one endpoint, no SDK. Business subscriptions are how we keep the consumer site free for citizens, always.
Is Dit Veilig? is a free consumer scam-checker. Always has been, always will be. No tracking, no ads, no affiliate fees, no subscriptions for the people using it.
This API is how we sustain that. Banks, marketplaces, hosting and insurance fraud teams pay for programmatic access to the same data citizens get for free on the consumer site. The same model that funds Wikipedia (free for readers) and Wikimedia Enterprise (paid for Google, Apple, Meta).
If you're a person checking whether a website is a scam, go to isditveilig.nl. It's free. If you're a team that wants to wire that intelligence into your own product, you're in the right place.
See the free consumer site →One endpoint, three input types, deterministic JSON. No webhooks to set up, no async callbacks — the verdict is in the response.
curl -X POST https://ffcheck.nl/api/v1/check \ -H 'Authorization: Bearer ffck_live_...' \ -H 'Content-Type: application/json' \ -d '{"type":"url","value":"voorbeeld-scam.nl"}'
{ "data": { "type": "website", "risk": { "level": "high", "score": 7, "verdict": "High risk — multiple signals indicate this website is suspicious." }, "signals": [ { "text": "Registered on URLhaus" }, { "text": "Domain registered < 30 days ago" } ], "sources": ["urlhaus", "whois", "dns"] } }
url · email · phoneAuthorization: Bearer ffck_live_...Pay monthly, cancel anytime. No setup fee. No contract. Upgrade by sending us an email when you outgrow your tier — we don't auto-bump.
Every verdict cites every signal that produced it. No black box. The same sources that power our consumer site — no second-class data for B2B.
We're onboarding manually right now to keep API quality high. Drop your details — we usually issue a key within one business day.