Forest fire report in the US area based on INCIWEB.

Limitation: Query time interval must be less than one minute. This will allow 1440 queries per day.

Resource URL

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

Parameters

ParameterDescriptionOptionalDefault
api_key Authentication API key Required None

Example

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

Request

  {
    "api_key" : "xycvbnm234ztr"
}  

Response

  {
    "type": "FeatureCollection",
    "metadata": {
        "generated": "Wed, 05 Aug 2020 08:27:32 +0000",
        "url": "https://api.crisisinfo.eu/forest_fire2/v1/",
        "title": "CRISISINFO - Near real time forest fire report based on INCIWEB.",
        "status": 200,
        "message": "Data has been published",
        "api": "1.0.4",
        "count": 1,
        "auth": 1
    },
    "features": [
        {
            "id": "1",
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -108.52555555556,
                    39.336111111111
                ]
            },
            "properties": {
                "main_category": "Fire",
                "sub_category": "forest fire",
                "main_category_code": "FR",
                "sub_category_code": "FOR",
                "event_date": "2020-08-05T05:08:35+00:00",
                "event_update": "0000-00-00T00:00:00+00:00",
                "message_status": 1,
                "update_number": 0,
                "location": {
                    "area_code": "05",
                    "area_name": "North America",
                    "country_code": "5010",
                    "country_name": "United States",
                    "administration_area": "Colorado",
                    "location": "24 km WNW of the Akin"
                },
                "fire_title": "Pine Gulch Fire (Wildfire)",
                "fire_details": "The Pine Gulch Fire was reported Friday, July 31 at approximately 5:15 p.m. It is located in Mesa and Garfield Counties, approximately 18 miles north of Grand Junction, Colorado. The fire is burning in remote, rough terrain, in pinyon, juniper, oak, and sage brush. Rocky Mountain Type 2 Incident Management Team Black (Team Black) transitioned with Upper Colorado River (UCR) Type 3 organization Tuesday, August 4 at 6:00 a.m. The team was requested due to increased fire activity, requiring a larger management structure to meet the needs associated with the incident as well as the ability to access a wider variety of resources to support firefighting",
                "data_confidence": 1
            }
        }
    }  

Error Response

  {
    "type": "FeatureCollection",
    "metadata": {
        "generated": "Mon, 25 Nov 2019 16:15:54 +0000",
        "url": "https://api.crisisinfo.eu/forest_fire2/v1/",
        "title": "CRISISINFO - Near real time forest fire report based on INCIWEB",
        "status": 600,
        "message": "Wrong, missing or expired api key",
        "api": "1.0.4",
        "count": 0
    }
}  

Resource Information

Rate Limited True
Response Format GeoJSON
Authentication Yes