API version v1.0.0
Forest fire report in the US area based on CALFIRE.
Limitation: Query time interval must be less than one minute. This will allow 1440 queries per day.
https://api.crisisinfo.eu/forest_fire1/v1/
Parameter | Description | Optional | Default |
---|---|---|---|
api_key | Authentication API key | Required | None |
Method: POST |
URL: https://api.crisisinfo.eu/forest_fire1/v1/ |
{
"api_key" : "xxxxxxxxxxxxxxxxxxxxxxx"
}
{
"type": "FeatureCollection",
"metadata": {
"generated": "Mon, 25 Nov 2019 16:15:54 +0000",
"url": "https://api.crisisinfo.eu/forest_fire1/v1/",
"title": "CRISISINFO - Near real time forest fire report based on CALFIRE.",
"status": 600,
"message": "Wrong, missing or expired api key",
"api": "1.0.0",
"count": 0
}
}
Rate Limited | True |
Response Format | GeoJSON |
Authentication | Yes |