API Documentation
Introduction
Description
Base url
1https://api.cvrbasen.dk/v1

Authentication
Description
Authentications
1Authorization: Bearer <APIKEY>
2Content-Type: application/json

Companies
Description

Request parameters
The VAT number of the company.
Response parameters
The VAT number of the company.
The official name of the company.
The address of the company.
The care-of address line if applicable.
The postal code of the company's address.
The city where the company is located.
Indicates if the company data is protected.
The date the company was registered.
The date the company was deregistered, if applicable.
The NACE code for the company's industry.
A description of the company's industry.
The code for the company's legal form.
The short form of the company's legal structure.
The full description of the company's legal structure.
The current status of the company.
An array of legal owners with their names and ownership percentages.
An array of real owners with their names and ownership percentages.
An array of production units with their numbers and start/end dates.
Endpoint
1GET/v1/companies/:vat
Response
{
  "data": {
    "vat": 43140485,
    "name": "Synsbasen ApS",
    "address": "Strandvejen, 3, 6, 1",
    "addressco": null,
    "zipcode": 9000,
    "city": "Aalborg",
    "protected": true,
    "phone": null,
    "fax": null,
    "email": null,
    "start_date": "2022-03-16",
    "end_date": null,
    "employees": null,
    "industry_code": "622000",
    "industry_description": "Konsulentbistand vedrørende informationsteknologi og forvaltning af it-faciliteter",
    "company_form_code": 80,
    "company_form": "APS",
    "company_form_long": "Anpartsselskab",
    "status": "NORMAL",
    "legal_owners": [
      {
        "name": "J.P Consulting ApS",
        "percentage": "0.5"
      },
      {
        "name": "T.K Consulting ApS",
        "percentage": "0.5"
      }
    ],
    "real_owners": [
      {
        "name": "Jimmy Poulsen",
        "percentage": "0.5"
      },
      {
        "name": "Tobias Møller Rye Knudsen",
        "percentage": "0.5"
      }
    ],
    "production_units": [
      {
        "number": 1028101410,
        "start_date": "2022-03-16",
        "end_date": null
      }
    ]
  }
}

© 2025 CVR Basen