---
title: "List entity legal forms"
method: GET
path: "/v1/company-data/entity-legal-forms"
tags: ["Company data"]
---

# List entity legal forms

`GET /v1/company-data/entity-legal-forms`

List all available entity legal forms ([ISO 20275](https://www.gleif.org/en/about-lei/iso-20275-entity-legal-forms-code-list)) we support

---

#### See also  
Learn more about [Company data](./company-data-guide)

## Query parameters

- `country` string, alpha-2
- `subdivision` string

## Response `200`

Returns list of entity legal forms

**ℹ️ Click to see full payload**

- EntityLegalFormList
  - `data` EntityLegalForm[], required
    - `code` string, required — [ISO 20275](https://www.gleif.org/en/about-lei/iso-20275-entity-legal-forms-code-list) code (eg: `6CHY`)
    - `country` string, alpha-2, nullable, required — `null` for legal entity form available to all countries [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code (eg `FR`)
    - `subdivision` string — Country subdivision
    - `label` string, required — Label in the origin country language of the [ISO 20275](https://www.gleif.org/en/about-lei/iso-20275-entity-legal-forms-code-list) code. May contains multiple labels separated with a comma `,` when the code is assigned to multiple label in different languages.
    - `languages` object, required

## Other responses

- `400` — The request is either malformed or contain invalid parameters.

---

[API](https://skmtc.net/dotfile/apis/api-specifications.md) · [All operations](https://skmtc.net/dotfile/apis/api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotfile/api-specifications/versions/36393567057b/schema)
