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 |
amh | Amharic |
arg | Aragonese |
docia | Aranese |
hye | Armenian |
hyw | Armenian, Western |
ast | Asturian |
aze | Azeri |
eus | Basque |
bel | Belarusan |
bre | Breton |
bul | Bulgarian |
yue | Cantonese |
cat | Catalan |
xcl | Classical Armenian |
crh | Crimean Tatar |
ces | Czech |
dan | Danish |
nld | Dutch |
arz | Egyptian Arabic |
eng | English |
epo | Esperanto |
est | Estonian |
far | Faroese |
fin | Finnish |
fra | French |
fur | Friulian |
glg | Galician |
dfrag | Gallo |
kat | Georgian |
deu | German |
deu | German, old spelling |
got | Gothic |
ell | Greek |
afb | Gulf Arabic |
isl | Icelandic |
gle | Irish |
ita | Italian |
jpn | Japanese |
lat | Latin |
lav | Latvian |
lit | Lithuanian |
mkd | Macedonian |
enm | Middle English |
frm | Middle French |
mwl | Mirandese |
nob | Norwegian |
nno | Norwegian, nynorsk |
oci | Occitan |
ang | Old English |
fro | Old French |
osx | Old Saxon |
pdt | Plautdietsch |
pol | Polish |
por | Portuguese |
xnonp | Proto-Norse |
ron | Romanian |
xswer | Runic Swedish |
gla | Scots Gaelic |
slk | Slovak |
som | Somali |
dsb | Sorbian, Lower |
dsb | Sorbian, Lower |
spa | Spanish |
swe | Swedish |
swe | Swedish, all forms |
syc | Syriac |
tgl | Tagalog |
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-2021
All rights reserved.
Help
Scroll down after clicking...