jp-conju.now.sh

Microservice utility to conjugate Japanese verbs

usage

            
const verb = '建てる'
const verbtype = 'v1'
fetch(`https://jp-conju.now.sh/api/conju?verb=${verb}&verbtype=${verbtype}`)
            
          
verbtypes
Abbreviation Explanation
v1 Ichidan verb
v5b Godan verb with 'bu' ending
v5g Godan verb with 'gu' ending
v5k Godan verb with 'ku' ending
v5m Godan verb with 'mu' ending
v5n Godan verb with 'nu' ending
v5r Godan verb with 'ru' ending
v5s Godan verb with 'su' ending
v5t Godan verb with 'tsu' ending
v5u Godan verb with 'u' ending
credits
Pomax