get_top_100
Retrieve the top 100 bird observation contributors for a specific date and region, ranking by species or checklist counts using eBird data.
Instructions
Get the top 100 contributors on a given date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region_code | Yes | Country or subnational1 code | |
| year | Yes | Year | |
| month | Yes | Month | |
| day | Yes | Day of month | |
| ranked_by | No | 'spp' for species count, 'cl' for checklist count | spp |
| max_results | No | Limit results |