Optional
hiddenReturn review statistics with a matching value in the hidden
attribute.
Optional
idsOnly resources where data.id
matches one of the array values are returned.
Optional
page_Get a collection's next page containing pages.per_page
resources after the given ID.
This will take precedence over page_before_id
if both are specified.
Optional
page_Get a collection's previous page containing pages.per_page
resources before the given ID.
The page_after_id
parameter takes precedence over this if it is specified alongside this parameter.
Optional
percentages_Return review statistics where the percentage_correct
is greater than the value.
Optional
percentages_Return review statistics where the percentage_correct
is less than the value.
Optional
subject_Only review statistics where data.subject_id
matches one of the array values are returned.
Optional
subject_Only review statistics where data.subject_type
matches one of the array values are returned. Valid values are:
radical
, kanji
, or vocabulary
.
Optional
updated_Only resources updated after this time are returned.
Parameters that can be passed to the WaniKani API to filter a request for a Review Statistic Collection.
See