The search parameters, either a name string or a lat/lng coordinate pair.
A promise that resolves to a paginated list of matching locations.
Lists all species seen at a specific location, with optional filters.
The unique identifier of the location.
Optional query parameters to filter the results (e.g., date, species group).
A promise that resolves to a list of species seen at the location.
Lists all species seen in a radius around a specified point, with optional filters.
The query parameters, including lat, lng, and optional radius, filters, etc.
A promise that resolves to a list of species seen around the point.
Fetches a GeoJSON FeatureCollection with location geometry and properties. This is a public endpoint.
The query parameters, can be a point (WKT format) or a location id.
A promise that resolves to a GeoJSON FeatureCollection.
Searches for locations by name or by proximity to a geographic point.