License scope
Search real License API rows by jurisdiction, status, type, number, or issuing company.
For KYC & compliance · ICP #4
Monitor license and domain-risk signals around operators: active licenses, issuing companies, authorized domains, blocklist verdicts, and exportable compliance review queues.
Show me active MGA or UKGC licenses tied to operators we should review, then check related domains against licensed and blocklisted verdicts before exporting the review queue.
Search real License API rows by jurisdiction, status, type, number, or issuing company.
Use company_ref from paid rows to resolve the company profile and inspect domains.
Use Domain API search/resolve for licensed, blocklisted, mixed, and no-record domain verdicts.
Create CSV/JSONL rows for compliance review after narrowing the license and domain set.
Run a redacted License API demo, then use the real Domain API endpoints shown below for verdict and blocklist workflows. Production calls use authenticated search/resolve/export requests.
The demo shows license identity, issuing company, masked authorized-domain count, and the paid boundary. Full license profiles and domain verdicts are delivered through authenticated License and Domain APIs.
{
"found": 42,
"hits": [{
"license_number": "039698",
"jurisdiction": "ukgc",
"company_name": "Example Licensee Ltd",
"masked": { "authorized_domains": 2 }
}],
"paywall": { "gated": true }
}
GET /api/v1/igaming/licenses/search find licenses by jurisdiction, status, type, number, company
GET /api/v1/igaming/licenses/resolve resolve a license_ref or natural license key into full license profile
GET /api/v1/igaming/domains/search search domains by verdict, geo, and blocklist timing
GET /api/v1/igaming/domains/resolve resolve a domain into licensed/blocklisted/mixed/no_record verdict
POST /api/v1/igaming/exports create CSV/JSONL export for the review queue
Base URL: https://api.igamingfinder.com. Authenticate production calls with X-API-Key. The public demo above is redacted and zero-charge.
Production delivery is an authenticated License/Domain API workflow plus CSV/JSONL export. For evaluation, request a sample compliance slice scoped to your target regulators and domain-verdict rules.
Request a sample compliance slice scoped to your target regulators and verdict rules.
Request sample →