/api/bio/birdingBirding intelligence for birding and eco-tourism agents. Returns recent eBird observations, rarities, and hotspots for any location.
Birding intelligence
eBird-powered birding brief for a location — recent species, notable rarities, hotspots, gear
**Price:** $0.1 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
{
"properties": {
"dist": {
"description": "Search radius in km (max 50, default 25)",
"required": false,
"type": "integer",
"x-parameter-location": "query"
},
"lang": {
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"lat": {
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"lng": {
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"location": {
"required": false,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [],
"type": "object"
}