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

    Interface RegionSpecies

    A single species row within a region list (region-lists/{id}/species/).

    interface RegionSpecies {
        species: number;
        group: number;
        name: string;
        scientific_name: string;
        rarity: number;
        native: boolean;
        type: string;
        rank: number;
        sort_order_group: number;
        sort_order_rank: number;
        sort_order_taxonomy: number;
        determination_requirements?: string;
    }
    Index

    Properties

    species: number

    Species id.

    group: number

    Species group id.

    name: string

    Name of the species, in the current language.

    scientific_name: string

    Scientific name of the species.

    rarity: number

    Rarity id (lookup), see Rarity description.

    native: boolean

    True if the species is considered native in this region.

    type: string

    Species type id.

    rank: number

    Species rank id.

    sort_order_group: number

    Species group sort order.

    sort_order_rank: number

    Species rank sort order.

    sort_order_taxonomy: number

    Species sort order.

    determination_requirements?: string

    Optional species determination requirements as text, in the current language. Only present if determination requirements are applicable for the species.