Returns translations of language names in the selected language pair. The list is sorted by the first language.
https://api.verbix.com/languages/names/<apikey>/<language1>/<language2>
<apikey> //API key that identifies the service user
<language1> //First language (scroll further down) specified with a language code
<language2> //Second language (scroll further down) specified with a language code
[{
"id": "language code of the language name that is translated",
"name1": "source language of the language name",
"name2": "target language of the language name"
}]
The API key is used to identify the user of the service.
Because the services are free, the usage is limited to a certain daily quota.
Please be in touch with us to get your own API key with its own quota.
https://api.verbix.com/languages/names/eba16c29-e22e-11e5-be88-00089be4dcbc/en/es
Response:
[{
"id":"ab",
"name1":"Abkhazian",
"name2":"abjasio"
},
{
"id":"ace",
"name1":"Achinese",
"name2":"acehnés"
},
{
"id":"ach",
"name1":"Acoli",
"name2":"acoli"
},
{
"id":"ada",
"name1":"Adangme",
"name2":"adangme"
},
{
"id":"ady",
"name1":"Adyghe",
"name2":"adigeo"
},
{
"id":"aa",
"name1":"Afar",
"name2":"afar"
}
...
]
The Verbix API services are intended for developers. If you want to study verbs, please visit verbix.com/languages.
Copyright © Verbix 1995-2024
All rights reserved.
Help
Scroll down after clicking...