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

    Interface NiaSpecies

    A species augmented onto the NIA response.

    interface NiaSpecies {
        id: number;
        scientific_name: string;
        name: string;
        group: number;
        type?: string;
        rarity?: number;
        status?: number;
    }
    Index

    Properties

    id: number

    The species id.

    scientific_name: string

    The scientific name of the species.

    name: string

    The common (vernacular) name of the species.

    group: number

    The species group id.

    type?: string

    The species type. Refer to Lookups / Constants.

    rarity?: number

    The rarity of the species. Depends on location_detail; missing without a location.

    status?: number

    The status of the species. Depends on location_detail; missing without a location.