Languages
Display a language
Returns a variety of information about a single Language specified by the requested unique identifier.
get/1/languages/{language_id}
Path parameters
language_idinteger required
The unique identifier (ID) of the language to request.
Response
OK
Example response
{
"result": "success",
"data": {
"id": 2,
"name": "English",
"short_name": "E",
"locale": "en_GB",
"short_locale": "en"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.