---
title: "GET /contents/supportedLanguages"
method: GET
path: "/contents/supportedLanguages"
tags: ["Contents"]
---

# GET /contents/supportedLanguages

`GET /contents/supportedLanguages`

Returns the list of supported languages for a specific content identified by productCode and docVersion. Optionally filter by docId.

## Query parameters

- `productCode` string, required
- `docVersion` string, required
- `docId` string

## Response `200`

An array of supported languages with native names

- object[]
  - `language` string
  - `native_name` string

## Other responses

- `204` — No Content
- `400` — Bad Request - Missing required query parameters
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/infor/apis/infor-docs-api.md) · [All operations](https://skmtc.net/infor/apis/infor-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infor/infor-docs-api/revisions/c8f0d96c040e/schema)
