# Return Languages Available For Company Reports For Selected Country Endpoint which returns available languages for a report. The JSON structure of the report is language invariant, but field content will return in the selected language where available. > Note: The availability of field content in a specific language depends on the data source. If certain properties in the report are not available in the chosen language, they will default to English. As a result, only a certain percentage of the report may appear in the selected language. Endpoint: GET /access/countries/{countryCode}/reportLanguages Version: 1.10.9 Security: bearerToken ## Path parameters: - `countryCode` (string, required) Accepts valid iso-2 country code Example: "NL" ## Response 200 fields (application/json): - `reportLanguages` (array) Example: ["NL"] ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected