pyinaturalist.v1

Functions

pyinaturalist.v1.controlled_terms

get_controlled_terms

List controlled terms and their possible values.

pyinaturalist.v1.identifications

get_identifications

Search identifications.

get_identifications_by_id

Get one or more identification records by ID.

pyinaturalist.v1.observations

get_observation

Get details about a single observation by ID

get_observation_histogram

Search observations and return histogram data for the given time interval

get_observation_identifiers

Get identifiers of observations matching the search criteria and the count of observations they have identified.

get_observation_observers

Get observers of observations matching the search criteria and the count of observations and distinct taxa of rank species they have observed.

get_observation_species_counts

Get all species (or other ‘leaf taxa’) associated with observations matching the search criteria, and the count of observations they are associated with.

get_observation_taxonomy

Get observation counts for all taxa in a full taxonomic tree.

get_observations

Search observations.

pyinaturalist.v1.places

get_places_autocomplete

Given a query string, get places with names starting with the search term

get_places_by_id

Get one or more places by ID.

get_places_nearby

Given an bounding box, and an optional name query, return places nearby

pyinaturalist.v1.projects

get_projects

Given zero to many of following parameters, get projects matching the search criteria.

get_projects_by_id

Get one or more projects by ID.

pyinaturalist.v1.taxa

get_taxa

Given zero to many of following parameters, get taxa matching the search criteria.

get_taxa_autocomplete

Given a query string, return taxa with names starting with the search term

get_taxa_by_id

Get one or more taxa by ID.

pyinaturalist.v1.users

get_user_by_id

Get a user by ID.

get_users_autocomplete

Given a query string, return users with names or logins starting with the search term

Submodules