Returns languages that are spoken on the specified area. The area is specified by longitude and latitude
https://api.verbix.com/geo/<apikey>/<longitude>/<latitude>
<apikey> //API key that identifies the service user
<longitude> //The longitude
<latitude> //The latitude
[{
"name": "the name of the language in English",
"languageid": "the language id of the language",
"family": "the linguistic family of the language"
}]
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/geo/eba16c29-e22e-11e5-be88-00089be4dcbc/24.38707/60.11073
Response:
[{
"name":"Finnish",
"languageid":"fin",
"family":"Uralic"
},
{
"name":"Swedish",
"languageid":"swe",
"family":"Indo-European"
}]
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...