get_nearby_observations
Find recent bird observations near any location using eBird data. Filter by date range, distance, species category, and hotspots to discover local bird sightings.
Instructions
Get recent observations near a geographic location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude | |
| lng | Yes | Longitude | |
| back | No | Number of days back to fetch | |
| cat | No | Taxonomic category filter | |
| 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 | |
| sort | No | Sort by date or species | date |
| spp_locale | No | Language for common names | en |