We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Request: GET /language/{languageCode}
GET /language/{languageCode}
Returns a single language with the given ISO 639 language code. This endpoint is public and does not require authorization.
application/json
application/xml
de
en
Load details for the Spanish language, localized in English:
GET /v1/language/es HTTP/1.1 Host: api.textking.com Accept: application/json Accept-Language: en
Response:
HTTP/1.1 200 Ok Content-Type: application/json; charset=utf-8 Content-Language: en { "code": "es", "name": "Spanish", "localization_language": "en", "links": [ { "rel": "self", "href": "https://api.textking.com/v1/language/es" } ] }