Welcome to WaniKani’s documentation!

Contents:

class wanikani.core.WaniKani(api_key)
burning()
kanji(levels=None)
Parameters:levels (str or None) – An optional argument of declaring a single or comma-delimited list of levels is available, as seen in the example as 1. An example of a comma-delimited list of levels is 1,2,5,9.

http://www.wanikani.com/api/v1.2#kanji-list

level_progress()
profile()
query(levels=None, items=[<class 'wanikani.core.Radical'>, <class 'wanikani.core.Kanji'>, <class 'wanikani.core.Vocabulary'>], exclude=[], include=[])
radicals(levels=None)
Parameters:string (levels) – An optional argument of declaring a single or comma-delimited list of levels is available, as seen in the example as 1. An example of a comma-delimited list of levels is 1,2,5,9.

http://www.wanikani.com/api/v1.2#radicals-list

recent_unlocks(limit=10)
upcoming(levels=None)

Return mapping of upcoming items

Parameters:levels (str or None) – An optional argument of declaring a single or comma-delimited list of levels is available, as seen in the example as 1. An example of a comma-delimited list of levels is 1,2,5,9.
Returns:Returns dictionary of items with datetime as the key
vocabulary(levels=None)
Parameters:levels (str or None) – An optional argument of declaring a single or comma-delimited list of levels is available, as seen in the example as 1. An example of a comma-delimited list of levels is 1,2,5,9.

http://www.wanikani.com/api/v1.2#vocabulary-list

class wanikani.core.Radical(raw)
class wanikani.core.Kanji(raw)
class wanikani.core.Vocabulary(raw)

Indices and tables

Table Of Contents

This Page