1
Endpoints
0
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Searches bird sound recordings from around the world
Full URL
https://xeno-canto.org/api/2/recordings
Code Examples
curl -X GET 'https://xeno-canto.org/api/2/recordings'
Parameters
{ "query": "parus major" }
Example Response
{
"recordings": [
{
"id": "12345",
"sp": "major",
"gen": "Parus",
"file": "https://xeno-canto.org/12345/download"
}
],
"numRecordings": "42"
}
Version
2
Tags
audiobirds
Related APIs
Discover similar APIs that might interest you