Occurrences Near
occurrences_nearFind species occurrence records NEAR a location (latitude/longitude + radius). PREFER for "what species/wildlife are found near here", "what birds/plants occur around these coordinates", "is recorded near this spot". Optionally filter by a GBIF taxon key (from search_species) to a group or species — e.g. 212 = birds, 6 = plants, 359 = mammals. Returns georeferenced records with species name, date, locality, and source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return (1-300, default 20). | |
| latitude | Yes | Latitude in decimal degrees (e.g., 40.785). | |
| longitude | Yes | Longitude in decimal degrees (e.g., -73.968). | |
| radius_km | No | Search radius in km (default 10, max 200). | |
| taxon_key | No | Optional GBIF backbone taxon key to restrict to a species or group (e.g., 212 = birds, 6 = plants, 359 = mammals). | |
| taxon_name | No | Optional scientific name to restrict to, e.g. "Danaus plexippus". Resolved to a GBIF backbone taxon key automatically. Alternative to taxon_key. |