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

    Interface RegionSpeciesList

    The unique combination of a region and a species_group, which is the key for a regional species checklist (the region-lists/ index object).

    interface RegionSpeciesList {
        id: number;
        region: number;
        species_group: number;
        custom_name?: string;
    }
    Index

    Properties

    id: number
    region: number

    Region identifier, see Region.

    species_group: number

    Species group identifier, see SpeciesGroup.

    custom_name?: string

    Optional name for the region list, translated based on the current language. Not present if no custom name is available.