AirdropBuzz API Documentation
Get Started with AirdropBuzz API
Use the endpoints below to fetch airdrops, stats, articles, news, events, videos, and newsletters. All core data endpoints require an API key.
Base URL
https://airdropbuzz.com/v1
Authentication
X-API-Key: YOUR_KEY
Quick Example
curl -H "X-API-Key: YOUR_KEY" https://airdropbuzz.com/v1/airdrops/latest
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /v1/ping | No | Health check |
| GET | /v1/airdrops | Yes | List airdrops |
| GET | /v1/airdrops/latest | Yes | Latest active airdrops |
| GET | /v1/airdrops/{slug} | Yes | Single airdrop details |
| GET | /v1/stats | Yes | Airdrop stats + categories |
| GET | /v1/articles | Yes | List articles |
| GET | /v1/articles/{slug} | Yes | Single article |
| GET | /v1/news | Yes | List news items |
| GET | /v1/news/{slug} | Yes | Single news article |
| GET | /v1/events | Yes | List crypto events |
| GET | /v1/events/{slug} | Yes | Single crypto event |
| GET | /v1/events/live | Yes | Live event widget feed |
| GET | /v1/videos | Yes | List published videos |
| GET | /v1/videos/{slug} | Yes | Single video details |
| GET | /v1/newsletters | Yes | List published newsletter issues |
| GET | /v1/newsletters/{slug} | Yes | Single newsletter issue |
| POST | /v1/subscribe | Yes | Subscribe email |
| POST | /v1/risk-scan | No | Project risk scanner |
Query Parameters (Common)
pageandlimitfor pagination.sortfor ordering results (endpoint-specific values).qfor text search.includefor extra fields (for exampleinclude=detailsorinclude=content).
MCP Endpoint For AI Tools
AirdropBuzz provides a Streamable HTTP MCP endpoint for AI clients and developer tools that support the Model Context Protocol.
For AI crawler guidance, citation rules, public discovery tools, OAuth metadata, and protected tool access, see the canonical AI Agent Access page.
Endpoint
https://mcp.airdropbuzz.com/mcp
Health Check
https://mcp.airdropbuzz.com/health
Public discovery tools are available without a bearer token: get_sitemap_urls, search_public_pages, and get_llms_profile.
Protected content/API tools require an AirdropBuzz-issued bearer token using Authorization: Bearer YOUR_TOKEN.