Skip to content

For KYC & compliance · ICP #4

iGaming License & Domain Compliance API

Monitor license and domain-risk signals around operators: active licenses, issuing companies, authorized domains, blocklist verdicts, and exportable compliance review queues.

Sample question

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.

Workflow parameters

License scope

Search real License API rows by jurisdiction, status, type, number, or issuing company.

Operator pivot

Use company_ref from paid rows to resolve the company profile and inspect domains.

Domain verdict

Use Domain API search/resolve for licensed, blocklisted, mixed, and no-record domain verdicts.

Export queue

Create CSV/JSONL rows for compliance review after narrowing the license and domain set.

Interactive API workflow

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.

Input
Output

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 }
}

API surface

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.

Delivered as

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.

Stay ahead of operator changes

Request a sample compliance slice scoped to your target regulators and verdict rules.

Request sample →