Interactive API reference
OpenAPI docs at docs.huntertech.io with try-it requests, schemas, and plan-aware auth notes.
/vendor-list
Discover vendor slugs
/vendors/{vendor}/incidents
One vendor, one data type
/incidents
Cross-vendor incident feed
/incidents/stream
Real-time SSE updates
Quick start samples
curl -sS -H "X-API-Key: $HTK_API_KEY" \
"https://www.huntertech.io/api/v1/infrastructure/incidents?activeOnly=true&limit=20"API keys on Pro and above
Create up to five keys from Account, track usage against plan rate limits, and copy a curl example as soon as a key is issued.
Pro
120/min · 3,000/day
Enterprise
120/min · 10,000/day
Huntertech now ships a public REST API for programmatic access to the same vendor infrastructure data you use in the product. Pro plans and above can create API keys from Account, then call unified endpoints for vendor discovery, per-vendor data, cross-vendor incident and maintenance feeds, vendor health snapshots, reliability stats, watchlist management, and notification preferences.
The developer landing page at Developer API explains the supported surface area, rate limits, and quick-start samples in cURL, JavaScript, Python, Go, Ruby, PHP, PowerShell, and more. Each sample targets the canonical Infrastructure API paths, including vendor-list, vendors/{vendor}/{dataType}, incidents, maintenance, and incidents/stream for Server-Sent Events when you need push-style updates instead of polling.
Interactive documentation lives at docs.huntertech.io, backed by an OpenAPI spec generated from registered public routes so the reference stays aligned with what ships. You can try requests in the browser, inspect schemas, and download openapi.json for client generation. Legacy API docs on www and per-vendor paths like Cloudflare incidents API still work, but new integrations should start from the unified endpoints in the reference.
API keys are managed from API keys with up to five active keys per account, one-time secret reveal, optional labels, and usage tracking against plan limits. Authentication accepts X-API-Key or Authorization: Bearer headers. Pro plans include 120 requests per minute and 3,000 per day; Enterprise and VIP tiers raise the daily ceiling to 10,000 while keeping the same per-minute guardrails.