Skip to main content
GET
/
api
/
v1
/
languages
Get supported languages
curl --request GET \
  --url https://prod.featherhq.com/api/v1/languages \
  --header 'X-API-Key: <api-key>'
{
  "languages": [
    {
      "languageId": "<string>",
      "languageCode": "<string>",
      "languageDisplayName": "<string>",
      "isActive": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.featherhq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

Successfully retrieved supported languages

languages
object[]
required