Guardian API
Access wildfire and spread prediction data
Get Fires
Query Parameters
Name
Type
Description
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"threshold": 0.5,
"area": 372745.7714712585,
"center": [
-118.63618832104447,
45.580840519713014
],
"region": "us",
"date": "2016-08-23",
"createdAt": "2021-03-25T04:34:47.810Z",
"updatedAt": "2021-03-25T04:34:47.810Z",
"runId": "7ee64353-1892-40e1-9302-c4c2195c343e",
"id": "4b3b54b3-0567-4908-9391-c63aaacf15d0"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-118.63618832104447,
45.578592218803706
],
[
-118.64256004925666,
45.58308882062232
],
[
-118.6298165928323,
45.58308882062232
],
[
-118.6298165928323,
45.578592218803706
],
[
-118.63618832104447,
45.578592218803706
]
]
]
]
}
},
]
}Last updated
Was this helpful?