Jisho

×
F09895497f1536b9da84b20d7e087430
2 Replies ・ Started by tengokunotensai at 2024-07-19 10:13:11 UTC ・ Last reply by flayxis at 2024-07-25 11:47:37 UTC

API to GET verb table

Hi everyone.
I know, there is an API. (https://jisho.org/api/v1/search/words?keyword=%E9%A3%9F%E3%81%B9%E3%82%8B)
but is it also possible to get the verb tables? (the inflictions)?
I would like to create a game which asks me the correct inflictions for verbs.

6d4b0d7986f5ee4c159a7e5fef92e241
flayxis at 2024-07-20 12:29:51 UTC

No such API. There aren't that many complicated rules for conjugations in Japanese, should be easy enough to put that inside your program. (Or use any of the many libraries that do this like https://github.com/fasiha/kamiya-codec )

6d4b0d7986f5ee4c159a7e5fef92e241
flayxis at 2024-07-25 11:47:37 UTC

Actually found this recently, even easier to directly plug in JMdictDB data: https://gitlab.com/yamagoya/jconj

to reply.