GET languages
Retrieves a list of supported languages available in the system.
Endpoint
GET /v4/languagesResponse (200 OK)
On a successful request, the server responds with a status code 200 and returns a JSON object containing the following fields:
- a2
(string)— A 2-letter language code. This is the value you should use when sending a language parameter to any other endpoint. - name
(string)— The name of the language.
Notes
- Endpoint cooldown: 1000ms
- This endpoint does not require any request parameters.
- The returned data can be used to understand the available languages for localisation or user interface settings.
Previous pagePOST refresh api key
Next pageGET sports
