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.

Resource URL

https://api.crisisinfo.eu/forest_fire1/v1/

Parameters

ParameterDescriptionOptionalDefault
api_key Authentication API key Required None

Example

Method: POST
URL: https://api.crisisinfo.eu/forest_fire1/v1/

Request

  {
    "api_key" : "xxxxxxxxxxxxxxxxxxxxxxx"
}  

Response

    

Error Response

  {
    "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
    }
}  

Resource Information

Rate Limited True
Response Format GeoJSON
Authentication Yes