ConservationStatus

class pyinaturalist.models.ConservationStatus(id=None, authority=None, created_at=None, description=None, geoprivacy=None, iucn=None, place_id=None, source_id=None, status=None, status_name=None, taxon_id=None, updated_at=None, updater_id=None, url=None, place=None, updater=None, user=None)

Bases: pyinaturalist.models.base.BaseModel

The conservation status of a taxon in a given location, based on the schema of:

Attributes Summary

Name

Type

Description

id

int

Unique record ID

authority

str

Data source for conservation status

created_at

datetime

Date and time the conservation status was created

description

str

Description of conservation status

geoprivacy

str

Default geoprivacy level; may be obscured or private for protected species

iucn

int

IUCD ID, if applicable

place_id

int

source_id

int

status

str

Short code for conservation status

Options: LC, NT, VU, EN, CR, EW, EX, S2B

status_name

str

Full name of conservation status

taxon_id

int

Taxon ID

updated_at

datetime

Date and time the conservation status was last updated

updater_id

int

url

str

Link to data source with more details

place (LazyProperty)

Place

Location that the conservation status applies to

updater (LazyProperty)

User

User that last updated the conservation status

user (LazyProperty)

User

User that created the conservation status