ORSF — Slovak business register
ORSF (orsf.sk) is a free, normalised JSON REST API over Slovak public company registers (Obchodný register / RPO). Search by name and lookup by IČO (6–8 digits) normalise to the same company-card shape as Brreg, CVR, YTJ and RIK (id, name, address, status, legal form, VAT/IČ DPH, established date, country=SK). Public endpoints are key-free and rate-limited — a useful KYB/AML/supplier-vetting signal for Nordic companies trading in Central Europe.
—
Data volume
Daily
Updates
4
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/searchSøk slovakiske selskap på navn
- query required
- Søkestreng (minst 2 tegn)
query=Eset
Show curl example
# GET https://data.ketl.no/api/connectors/orsf-sk/search?query=Eset
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/orsf-sk/search?query=Eset"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/company/{ico}Selskap på IČO
Show curl example
# GET https://data.ketl.no/api/connectors/orsf-sk/company/{ico}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/orsf-sk/company/{ico}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.