Returns verb infinitives for a conjugated verb form
https://api.verbix.com/finder/json/<apikey>/<version>/<language>/<verb>
<apikey> //API key that identifies the service user
<version> //API version to use. Either a specific version: v1, v2 or default
<language> //3-character language code (scroll further down), limit search and results to a specific language. Dash means any language.
<verb> //A conjugated verb form
[{
"id": "language identifier",
"type": "information about the specified verb form: 0 = the verb form is infinitive; 1 = an inflected form; 2 = missing diacritics added",
"verb": "verb infinitive"
}]
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/finder/json/eba16c29-e22e-11e5-be88-00089be4dcbc/v2/spa/supe
Response:
[{
"id":"spa",
"type":1,
"verb":"saber"
}]
https://api.verbix.com/finder/json/eba16c29-e22e-11e5-be88-00089be4dcbc/v2/-/supe
Response:
[{
"id":"spa",
"type":1,
"verb":"saber"
},
{
"id":"fra",
"type":1,
"verb":"super"
},
{
"id":"oci",
"type":1,
"verb":"supar"
},
{
"id":"xengo",
"type":1,
"verb":"supan"
},
{
"id":"nob",
"type":0,
"verb":"supe"
},
{
"id":"nno",
"type":0,
"verb":"supe"
}]
afr | Afrikaans |
bul | Bulgarian |
yue | Cantonese |
cat | Catalan |
dan | Danish |
nld | Dutch |
eng | English |
epo | Esperanto |
est | Estonian |
far | Faroese |
fin | Finnish |
fra | French |
glg | Galician |
deu | German |
deu | German, old spelling |
got | Gothic |
ell | Greek |
isl | Icelandic |
gle | Irish |
ita | Italian |
jpn | Japanese |
lat | Latin |
lit | Lithuanian |
mkd | Macedonian |
xengm | Middle English |
xfram | Middle French |
nob | Norwegian, bokmål |
nno | Norwegian, nynorsk |
oci | Occitan |
xengo | Old English |
xfrao | Old French |
xndso | Old Saxon |
pdt | Plautdietsch |
pol | Polish |
por | Portuguese |
xosc | Proto Norse |
ron | Romanian |
xswer | Runic Swedish |
spa | Spanish |
swe | Swedish |
swe | Swedish, all forms |
tgl | TagalogSto |
tur | Turkish |
dcatv | Valencian |
cym | Welsh |
spa | Spanish |
por | Portuguese |
fra | French |
ita | Italian |
ron | Romanian |
glg | Galician |
cat | Catalan |
oci | Occitan |
lat | Latin |
fin | Finnish |
got | Gothic |
eng | English |
swe | Swedish |
deu | German |
ang | Old English |
nld | Dutch |
nob | Norwegian (bokmål) |
dan | Danish |
isl | Icelandic |
tur | Turkish |
nno | Norwegian (Nynorsk) |
The Verbix API services are intended for developers. If you want to study verbs, please visit verbix.com/languages.
Copyright © Verbix 1995-2018
All rights reserved.
Help
Scroll down after clicking...