Loading...
REST API
One REST API for incidents, maintenance, advisories, updates, and analytics across hundreds of vendors. Production-ready in minutes with API keys on every plan. Calls inherit your plan features.
curl · api.huntertech.io
Products
Cross-vendor outage feed with active-only filters, vendor scoping, and SSE streaming.
GET /incidents
Scheduled and in-progress maintenance windows from every tracked vendor.
GET /maintenance
Reliability stats and aggregate rollups for dashboards and competitive intel.
GET /vendor-stats/{vendor}
Push-style incident updates over Server-Sent Events instead of aggressive polling.
GET /incidents/stream
Quick start
API keys are included on Free, Standard, Pro, and Enterprise. Features and quotas follow your plan.
View plansGenerate a key at Account → API keys. Copy the secret immediately; it is shown once.
Manage keysSend your key as X-API-Key or Authorization: Bearer. Start with GET /vendor-list to discover slugs.
Open docsIntegration guidance
| Plan | Per minute | Per day |
|---|---|---|
| Free | 10 | 100 |
| Standard | 60 | 1,000 |
| Pro | 120 | 5,000 |
| Enterprise | 120 | Custom |
Exceeded limits return HTTP 429 with a retry hint. Compare plans on /pricing.
Don't poll for alerts. Use webhooks, PagerDuty, Slack, personal feeds, or SSE.
Configure channels at Account notifications.
Custom daily API limits
Enterprise contracts can raise REST quotas when you need broader polling for analytics, history backfills, or multi-tenant dashboards.
Push-only tier
Webhook, PagerDuty, Slack, and personal feed delivery do not count against your REST API daily quota. Route incident and maintenance alerts through push channels instead of polling.
Security and data processing details: Enterprise trust center.
Explore the interactive reference, download the OpenAPI spec, and ship your first integration today.