GET /language/{code}
Pass en or ja. Get the name, script, and direction.
Try it
name
English name
local_name
The language's own name for itself (日本語 for ja), null when unknown
script
ISO 15924 script code (Latn, Jpan, Arab)
direction
ltr or rtl
countries
ISO2 countries listing this language
1
ISO 639-1 or 639-3. Same record either way.
2
English name, endonym, script, LTR or RTL.
3
Country responses already carry these codes.
Name, script, direction. Every plan.
Pass en, ja, or gsw and get back the language name, its own name for itself, the script it writes in, and whether it reads left-to-right or right-to-left. Both code lengths work: /language/en and /language/eng return the same thing. ISO 639 records.
/country/{code} already returns languages as these codes. Come here for the full record, native name and direction included.
RESPONSE
$ curl "https://api.parseapi.com/language/en" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~35ms US · ~97ms worldwide { "language": "en", "iso3": "eng", "name": "English", "local_name": "English", "script": "Latn", "direction": "ltr", "countries": [ "AG", "AI", "AS", "AU", "BB", // ... 86 more ] }
Response fields
QUESTIONS
SPEED
US
11ms
EU
11ms
APAC
39ms
LatAm
10ms
ME
101ms
Official language records.