v1

latestOpenAPI 3.0.12026-08-063340143.9 KB
Species

IUCN Red List Category for a name usage

Retrieves the IUCN Red List Category for a name usage. If the matching IUCN usage does not contain a category, Not Evaluated (NE) is returned.

get/v1/species/{usageKey}/iucnRedListCategory

Path parameters

usageKeyinteger required

Name usage key.

Response

IUCN Red List category

category'EXTINCT' | 'EXTINCT_IN_THE_WILD' | 'REGIONALLY_EXTINCT' | 'CRITICALLY_ENDANGERED' | 'ENDANGERED' | 'VULNERABLE' | 'NEAR_THREATENED' | 'LEAST_CONCERN' | 'DATA_DEFICIENT' | 'NOT_APPLICABLE' | 'NOT_EVALUATED'

The taxonomic threat status as given in our https://api.gbif.org/v1/enumeration/basic/ThreatStatus[ThreatStatus enum].

usageKeyinteger

The name usage “taxon“ key to which this Red List category applies.

scientificNamestring

The scientific name.

taxonomicStatus'ACCEPTED' | 'DOUBTFUL' | 'SYNONYM' | 'HETEROTYPIC_SYNONYM' | 'HOMOTYPIC_SYNONYM' | 'PROPARTE_SYNONYM' | 'MISAPPLIED'

The taxonomic status of the name.

acceptedNamestring

The accepted name, if the name is a synonym.

acceptedUsageKeyinteger

The accepted name's usage key, if the name is a synonym.

iucnTaxonIDstring

The original IUCN identifier used for the name usage.

codestring

The code for the taxonomic threat status as given in our https://api.gbif.org/v1/enumeration/basic/ThreatStatus[ThreatStatus enum].