Fetch a list of supported languages for podcasts
GET {{baseUrl}}/languages
Get a list of languages that are supported in Listen Notes database. You can use the language string as query parameter in GET /search
.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-ListenAPI-Key | string | (Required) Get API Key on listennotes.com/api | |
Accept | string |
RESPONSES
status: OK
{"languages":["\u003cstring\u003e","\u003cstring\u003e"]}