eBird API

The eBird API provides free access to a vast database of bird observations worldwide. It offers endpoints for recent sightings, species data, hotspot locations, and checklists, empowering developers to build birdwatching apps, research tools, and citizen science projects. An API key registration is required, but free, and data is updated frequently to ensure accuracy.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

10,000 requests/day

Rate Limit

API Endpoints

Lists recent bird sightings in a region

Full URL

https://api.ebird.org/v2/obs/region/recent

Code Examples

curl -X GET 'https://api.ebird.org/v2/obs/region/recent' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "back": 7,
  "regionCode": "US-NY"
}

Example Response

[
  {
    "obsDt": "2023-07-18 08:30",
    "comName": "Red-winged Blackbird",
    "howMany": 12,
    "speciesCode": "rewbla"
  }
]

Version

v2

Rate Limit

10,000 requests/day
Tags
birdsornithology
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

10,000 requests/day

Supported Languages
Any
Use Cases
conservation apps
birdwatching tools

Related APIs

Discover similar APIs that might interest you

APIopen source

Zoo Animals API

Zoo Animals API provides developers with...

Category
Science & Nature
Endpoints
2
educationzoo
APIfree

Trefle Plant API

Trefle Plant API offers rich, up-to-date...

Category
Science & Nature
Endpoints
2
botanyplants
APIopen source

RandomFox

The RandomFox API offers a simple way to...

Category
Science & Nature
Endpoints
1
foxesimages
eBird API – Free Global Bird Observation Data API | Free API Hub