Orakel Docs
API reference

Compliance

Screening, licenses, and inspections

GET/api/screening/{orgNumber}API key

Screen company against PEP/sanctions lists

Checks the company's directors and shareholders against OpenSanctions PEP/sanctions lists using fuzzy name matching. Returns match records with scores and match type.

orgNumberstringrequired
countrystringoptional

ISO 3166-1 alpha-2 country code. Default: NO.

min 2 chars, max 2 chars

200Successful response.
401Missing or invalid API key.
402Trial expired. Upgrade required.
429Rate limit or quota exceeded.
GET/api/inspectionsAPI key

Search food safety inspections

Paginated search of Mattilsynet food safety inspection records (Smilefjesordningen).

orgNumberstringoptional
minRatingintegeroptional

≥ 0, ≤ 3

maxRatingintegeroptional

≥ 0, ≤ 3

postnrstringoptional
fromDatestringoptional
toDatestringoptional
cursorstringoptional
limitintegeroptional

≥ 1, ≤ 100

Default: 20

sortstringoptional

"date" | "totalRating" | "name"

Default: date

orderstringoptional

"asc" | "desc"

Default: desc

200Successful response.
401Missing or invalid API key.
402Trial expired. Upgrade required.
429Rate limit or quota exceeded.
GET/api/licensesAPI key

Search alcohol and tobacco licenses

Paginated search of Helsedirektoratet TBR liquor/tobacco license records.

orgNumberstringoptional
registerTypestringoptional
licenseTypeCodestringoptional
municipalityNostringoptional
activeOnlystringoptional

"true" | "false"

cursorstringoptional
limitintegeroptional

≥ 1, ≤ 100

Default: 20

sortstringoptional

"validFrom" | "validTo" | "venueName" | "municipality"

Default: validFrom

orderstringoptional

"asc" | "desc"

Default: desc

200Successful response.
401Missing or invalid API key.
402Trial expired. Upgrade required.
429Rate limit or quota exceeded.