
Wildfires API
Every active US wildfire, live from interagency fire command. The WFIGS current-incidents feed — the National Interagency Fire Center's authoritative operational picture — parsed into clean JSON and edge-cached 15 minutes: 425 incidents right now totaling 4.87 million acres, each with name and unique fire identifier, state and county, acres burned, percent contained, discovery and containment times, incident type (wildfire / prescribed burn / complex), cause, assigned personnel, geographic coordination center and coordinates. Sort the national list by size (BIG GRASS in Malheur County, Oregon: 578,637 acres, 94% contained, 226 personnel), filter by state, type, minimum acres or active-only, ask for incidents within a radius of any point (Boise → the SHEEP fire, 45 km away, discovered an hour ago), or pull per-state totals. Safety and evacuation apps, insurance risk, logistics routing, air-quality context, newsrooms and dashboards — the same feed fire agencies use, without the GIS wrangling. US coverage.
{
"ok": true,
"query": {
"lat": 43.6,
"lng": -116.2,
"radius_km": 200
},
"count": 3,
"wildfires": [
{
"id": "2026-IDBOF-000958",
"name": "CROOKED",
"state": "US-ID",
"county": "Boise",
"acres": 10081,
"percent_contained": 93,
"discovered": "2026-08-18T23:38:00.000Z",
"contained": null,
"type": "wildfire",
"cause": "Human",
"cause_general": null,
"personnel": 263,
"updated": "2026-09-12T23:00:45.363Z",
"gacc": "GBCC",
"lat": 43.8472,
"lng": -115.5396,
"distance_km": 59.8
},
{
"id": "2026-IDSTF-000245",
"name": "Buckhorn",
"state": "US-ID",
"county": "Elmore",
"acres": 161,
"percent_contained": 0,
"discovered": "2026-09-11T00:04:44.000Z",
"contained": null,
"type": "wildfire",
"cause": "Human",
"cause_general": null,
"personnel": 149,
"updated": "2026-09-13T00:30:41.163Z",
"gacc": "GBCC",
"lat": 43.5473,
"lng": -115.1049,
"distance_km": 88.4
},
{
"id": "2026-IDBOD-000994",
"name": "FLINT",
"state": "US-ID",
"county": "Owyhee",
"acres": 6936,
"percent_contained": 100,
"discovered": "2026-08-24T21:12:00.000Z",
"contained": null,
"type": "wildfire",
"cause": "Natural",
"cause_general": null,
"personnel": 53,
"updated": "2026-09-12T23:09:53.060Z",
"gacc": "GBCC",
"lat": 42.8822,
"lng": -116.822,
"distance_km": 94.4
}
]
}Why developers pick this API
Production-ready
Production Ready
Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.
Simple Integration
Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.
One Key, 20+ APIs
Your DataAndAPIs subscription unlocks every API on the platform — anime, finance, sports, and more.
Code snippets
One install. Every endpoint.
No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.
- Fully typed responses — auto-completion in your IDE
- Tracks the API in lockstep — new endpoints land same day
- One key works across 20+ APIs on the platform
import axios from 'axios';
const { data } = await axios.get(
'{API_URL}',
{ headers: { 'X-Api-Key': process.env.API_KEY } }
);🔒 Subscribe to unlock the live API URL
Developer playground
Explore the endpoints
Browse request parameters and inspect live example responses.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Query Parameters
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});Pricing
One subscription. Every API.
Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time — we promote.
STARTER
25,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Email support
PRO
100,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority email support
ULTRA
1,000,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority support
Need higher volume, dedicated infra, or a custom contract? Talk to sales →
Common questions
The things that actually block the upgrade.
Ship Wildfires API this afternoon.
500 free tokens. No card. Plus 20+ other APIs on the same key.
