get_nearby_species_observations
Find recent bird sightings for a specific species near any location using eBird data. Specify coordinates, species code, search radius, and time range to retrieve observation records.
Instructions
Get recent observations of a specific species near a location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude | |
| lng | Yes | Longitude | |
| species_code | Yes | eBird species code | |
| back | No | Number of days back to fetch | |
| dist | No | Search radius in kilometers | |
| hotspot | No | Only fetch from hotspots | |
| include_provisional | No | Include unreviewed observations | |
| max_results | No | Maximum observations to return | |
| spp_locale | No | Language for common names | en |