The unique identifier of the species.
A promise that resolves to the species object.
Searches for species based on a query string and other filters. This is a public endpoint and does not require authentication.
The search parameters, including the search query and filters.
A promise that resolves to a paginated list of matching species.
Retrieves observations for a single species. This is a public endpoint and does not require authentication.
The unique identifier of the species.
Optional query parameters to filter the observations.
A promise that resolves to a paginated list of observations for the species.
Retrieves species occurrence data for a given set of species IDs at a specific location. This is a public endpoint and does not require authentication.
An array of species IDs.
The location, formatted as a WKT point string (e.g., 'POINT(4.895168 52.370216)').
A promise that resolves to a list of species occurrences.
Retrieves a list of all species groups. The names of the groups will be returned in the language set on the client (default: 'en'). This is a public endpoint and does not require authentication.
A promise that resolves to a list of species group objects.
Retrieves detailed information about a species including descriptions, images, and other content. This is a public endpoint and does not require authentication.
The unique identifier of the species.
Optional
coordinates: stringOptional GPS coordinates as a string (e.g., "4.895168,52.370216").
A promise that resolves to detailed species information.
Retrieves the specific observation field attributes for a given species group. This is a public endpoint and does not require authentication.
The unique identifier of the species group.
A promise that resolves to the attributes for the species group.
Retrieves a single species by its ID. The name of the species will be returned in the language set on the client (default: 'en'). This is a public endpoint and does not require authentication.