iGregulatorlog in →

Gambling licence verification API

iGregulator turns six public gambling registers into one free REST API and a hosted MCP server. Give it a domain, get back the company that operates it, the regulator, the licence number and whether that licence is live — no credit card, no waitlist.

5,631 operators · 5,429 active licences · 10,262 brand domains · 284 enforcement actions, across 6 regulators. Last checked against the source registers 10h ago.

Try it without an account — 10 requests/hour, no key:

curl "https://api.igregulator.io/v1/check?domain=bet365.com"
{
  "query": {
    "domain": "bet365.com"
  },
  "match": {
    "confidence": "high",
    "match_type": "domain_exact",
    "operator": "Hillside (UK Sports) ENC",
    "operator_slug": "hillside-uk-sports-enc",
    "jurisdiction": "UKGC",
    "license_number": "055148-R-331498-002",
    "status": "active",
    "domain_association": "direct",
    "domain_status": "active"
  }
}

A free account raises the limit and unlocks licence history, regulatory actions, domain portfolios and webhooks. AI agents can connect over MCP at mcp.igregulator.io/mcp.

Coverage

regulatoractive licences
UK Gambling Commission UKGC2,800
Anjouan Gaming Authority AN1,526
Curaçao Gaming Authority CW546
Malta Gaming Authority MGA314
Tobique Gaming Commission TGC186
Kahnawake Gaming Commission KH57

How gambling licence verification works here

iGregulator reads six official registers every day — the UK Gambling Commission (UKGC), the Malta Gaming Authority (MGA), the Curaçao Gaming Authority (CGA), the Kahnawake Gaming Commission, the Anjouan Gaming Board and the Tobique Gaming Commission — and answers one question: which company operates a gambling site, and is its licence live right now. Every operator, licence and brand domain here links back to the register record it came from.

Verification runs in both directions. A licence is called active only because the register said so on the last read, and a licence or domain the register stops listing is shown as no longer listed — never quietly served on as licensed, and never called revoked unless the regulator published a revocation. Where a regulator publishes a per-domain proof — Curaçao's certificate of operation, Tobique's validation seal — that page is re-read on a schedule and its URL is returned in the API as verification_url, so any claim can be confirmed at the source.

A brand can be licensed in two jurisdictions at once through two different legal entities; the API reports every jurisdiction that covers a domain, not just the first one found. Look any domain up with GET /v1/check?domain=… — free, no API key needed, 10 requests an hour.

Who owns these? — 10,262 brands, one page each