v1

latestOpenAPI 3.0.02026-07-2494288373.8 KB
Company data

List entity legal forms

List all available entity legal forms (ISO 20275) we support


See also

Learn more about Company data

get/v1/company-data/entity-legal-forms

Query parameters

countrystring alpha-2

Search entity legal forms by country
ISO 3166-1 alpha-2 country code (eg FR)

subdivisionstring

Search by subdivision

Response

Returns list of entity legal forms

ℹ️ Click to see full payload

Example response

{
  "data": [
    {
      "code": "8MEC",
      "country": "CA",
      "subdivision": "CA-NB",
      "languages": {
        "fr": {
          "label": "Société à responsabilité limitée du Nouveau-Brunswick",
          "abbreviations": []
        },
        "en": {
          "label": "New Brunswick limited liability partnership",
          "abbreviations": [
            "LLP"
          ]
        }
      }
    }
  ]
}