/api/v1/basisprofielenOfficial registration record for one Dutch company by KVK number — the basisprofiel. Answers most company questions in a single call: the employee count — how many people work at the company, headcount, staff, company size (werknemers: voltijd, deeltijd, totaal) — and where the company is based: its registered visiting and postal address, city, office location and main branch (hoofdvestiging), plus the statutory name (statutaire naam) and trade names (handelsnamen), SBI business activities, RSIN, legal form (rechtsvorm), formal registration date, registered website and the number of branches (vestigingen). Use one call to answer several fields at once rather than one call per field. Needs an 8-digit kvkNummer, a company name is resolved to one automatically via KVK Search.
{
"geoData": {
"description": "Include geodata (GPS latitude/longitude, Rijksdriehoek coordinates, BAG object ids) on addresses. Default false.",
"required": false,
"type": "boolean"
},
"kvkNummer": {
"description": "KVK number (kvk-nummer) of the company, 8 digits.",
"pattern": "^[0-9]{8}$",
"required": true,
"type": "string",
"x-parameter-location": "path"
}
}{
"properties": {
"_embedded": {
"description": "hoofdvestiging (vestigingsnummer, employee counts voltijdWerkzamePersonen / deeltijdWerkzamePersonen / totaalWerkzamePersonen, handelsnamen, adressen, websites, sbiActiviteiten), eigenaar (rsin, rechtsvorm, uitgebreideRechtsvorm, adressen, websites) and vestigingen (aantalCommercieleVestigingen, aantalNietCommercieleVestigingen, totaalAantalVestigingen, vestigingen[]).",
"type": "object"
},
"formeleRegistratiedatum": {
"description": "YYYYMMDD, unknown components appear as zeros (YYYYMM00, YYYY0000).",
"type": "string"
},
"handelsnamen": {
"description": "Registered trade names.",
"type": "array"
},
"indNonMailing": {
"type": "string"
},
"kvkNummer": {
"type": "string"
},
"links": {
"type": "array"
},
"materieleRegistratie": {
"type": "object"
},
"naam": {
"type": "string"
},
"sbiActiviteiten": {
"description": "Business activities.",
"items": {
"properties": {
"indHoofdactiviteit": {
"type": "string"
},
"sbiCode": {
"type": "string"
},
"sbiOmschrijving": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"statutaireNaam": {
"type": "string"
}
},
"type": "object"
}{
"handelsnamen": [
{
"naam": "Mollie"
}
],
"kvkNummer": "30204462",
"sbiActiviteiten": [
{
"indHoofdactiviteit": "Ja",
"sbiCode": "6419",
"sbiOmschrijving": "Overige monetaire intermediatie"
}
],
"statutaireNaam": "Mollie B.V."
}