get_nearest_species_observations
Find recent bird sightings near a location using eBird data to locate species observations within a specified distance and timeframe.
Instructions
Find the nearest locations where a species has been seen recently.
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 | |
| hotspot | No | Only fetch from hotspots | |
| include_provisional | No | Include unreviewed observations | |
| max_results | No | Maximum observations to return | |
| dist | No | Maximum distance in km | |
| spp_locale | No | Language for common names | en |