@bachman-dev/wanikani-api-types - v2.0.0
    Preparing search index...

    Interface RadicalData

    Data returned only for radical subjects.

    interface RadicalData {
        amalgamation_subject_ids: number[];
        auxiliary_meanings: SubjectAuxiliaryMeaning[];
        character_images: RadicalCharacterImage[];
        characters: null | string;
        created_at: DatableString;
        document_url: string;
        hidden_at: null | DatableString;
        lesson_position: number;
        level: Level;
        meaning_mnemonic: string;
        meanings: SubjectMeaning[];
        slug: string;
        spaced_repetition_system_id: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amalgamation_subject_ids: number[]

    An array of numeric identifiers for the kanji that have the radical as a component.

    auxiliary_meanings: SubjectAuxiliaryMeaning[]

    Collection of auxiliary meanings.

    character_images: RadicalCharacterImage[]

    A collection of images of the radical.

    characters: null | string

    Unlike kanji and vocabulary, radicals can have a null value for characters. Not all radicals have a UTF entry, so the radical must be visually represented with an image instead.

    created_at: DatableString

    Timestamp when the subject was created.

    document_url: string

    A URL pointing to the page on wanikani.com that provides detailed information about this subject.

    hidden_at: null | DatableString

    Timestamp when the subject was hidden, indicating associated assignments will no longer appear in lessons or reviews and that the subject page is no longer visible on wanikani.com.

    lesson_position: number

    The position that the subject appears in lessons. Note that the value is scoped to the level of the subject, so there are duplicate values across levels.

    level: Level

    The level of the subject, from 1 to 60.

    meaning_mnemonic: string

    The subject's meaning mnemonic.

    meanings: SubjectMeaning[]

    The subject meanings.

    slug: string

    The string that is used when generating the document URL for the subject. Radicals use their meaning, downcased. Kanji and vocabulary use their characters.

    spaced_repetition_system_id: number

    Unique identifier of the associated Spaced Repetition System.