Textalk Company Search
Search by reg. no
Accepts 10- or 12-digit format, with or without hyphens.
API
This service is accessible as a JSON API. All requests require that the client IP belongs to the Textalk network (192.121.104.0/24).
Endpoint
GET https://companysearch.tx.lk/api/?org_nr={org_nr}
Parameter
org_nr
Swedish organisation number. Accepts 10-digit (5565861472),
12-digit with prefix (165565861472),
or hyphenated (556586-1472).
Example request
curl https://companysearch.tx.lk/api/?org_nr=5565861472
Example response
{
"source": "scb" | "cache",
"org_nr": "556586-1472",
"data": {
"Företagsnamn": "TEXTALK AB",
"PostOrt": "MÖLNDAL",
"Bransch_1": "Dataprogrammering",
// ... all available fields
}
}
"source": "scb" | "cache",
"org_nr": "556586-1472",
"data": {
"Företagsnamn": "TEXTALK AB",
"PostOrt": "MÖLNDAL",
"Bransch_1": "Dataprogrammering",
// ... all available fields
}
}
Error codes
400
Missing or invalid org_nr parameter
403
Access denied – IP not in allowed range
404
No company found for the given number
503
SCB API temporarily unavailable