inaturalistjs
    Preparing search index...

    Type Alias RawConservationStatus

    type RawConservationStatus = {
        authority?: string;
        geoprivacy?: string;
        iucn?: number;
        sourceId?: number;
        status?: string;
        statusName?: string;
    }
    Index

    Properties

    authority?: string

    Organization that declared this status

    geoprivacy?: string

    Default geoprivacy for observations of this taxon in the status's place.

    iucn?: number

    Coded value representing the equivalent IUCN status. Mappings: NOT_EVALUATED = 0, DATA_DEFICIENT = 5, LEAST_CONCERN = 10, NEAR_THREATENED = 20, VULNERABLE = 30, ENDANGERED = 40, CRITICALLY_ENDANGERED = 50, EXTINCT_IN_THE_WILD = 60, EXTINCT = 70

    sourceId?: number

    Identifier for the iNat source record associated with this status, retrievable via https://www.inaturalist.org/sources/:id.json (this endpoint is not a part of our public API and is thus subject to change or removal)

    status?: string

    Body of the status, often coded, particularly when the status comes from the IUCN or NatureServe. Consult the authority and/or the status URL for details about the meanings of codes.

    statusName?: string

    Human-readable name of the status if it was coded.