observation-js Documentation - v1.14.0
    Preparing search index...

    Interface SpeciesData

    interface SpeciesData {
        id: number;
        name: string;
        scientific_name: string;
        group: number;
        group_name: string;
        rarity: string;
        rarity_text?: string;
        type: string;
        status: string;
        url?: string;
        photos?: Photo[];
        sounds?: [];
        name_vernacular: null | string;
        name_vernacular_language: null | string;
    }
    Index

    Properties

    id: number
    name: string
    scientific_name: string
    group: number
    group_name: string
    rarity: string
    rarity_text?: string
    type: string
    status: string
    url?: string
    photos?: Photo[]
    sounds?: []
    name_vernacular: null | string
    name_vernacular_language: null | string