apis.is — Icelandic companies
apis.is is a free aggregator over Icelandic public APIs. The /company endpoint looks up the Icelandic business register by name or kennitala (registration number), normalised to the same company-card shape as Brreg, CVR and YTJ (id, name, address, status, VAT). Rate-limited (x-ratelimit-*), no auth — a quick win for better Nordic coverage in demos/POCs.
—
Data volume
Monthly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/searchSøk islandske selskap på navn
- query required
- Søkestreng (selskapsnavn)
query=Marel
Show curl example
# GET https://data.ketl.no/api/connectors/apis-is/search?query=Marel
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/apis-is/search?query=Marel"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/company/{kennitala}Selskap på kennitala
Show curl example
# GET https://data.ketl.no/api/connectors/apis-is/company/{kennitala}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/apis-is/company/{kennitala}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.