This interface provides access to event-related event updates. The main event ID is required for retrieval. The result is always displayed in descending order.

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

Resource URL

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

Parameters

ParameterDescriptionOptionalDefault
api_key Authentication API key Required None
event_id Original (main event IDs) Required None

Example

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

Request

  {
    "api_key" : "xxxxxxxxxxxxxxxxxxxxxx",
    "event_id" : 203
}  

Response

  {
    "type": "FeatureCollection",
    "metadata": {
        "generated": "Wed, 27 May 2020 14:03:23 +0000",
        "url": "https://api.crisisinfo.eu/events_update/v1/",
        "title": "CRISISINFO - Emergenncy and disaster events situation update.",
        "status": 200,
        "message": "Data has been published",
        "api": "1.0.4",
        "count": 1,
        "auth": 1
    },
    "features": [
        {
            "id": 113,
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    33.415780999999996,
                    35.094884
                ]
            },
            "properties": {
                "main_event_id": 203,
                "event_update": "2020-05-19T10:11:56+00:00",
                "update_number": 1,
                "description": "Cyprus meteorological services have issued an orange warning for Tuesday as temperatures are expected to hit a maximum of 43 degrees Celsius as the blistering heatwave continues. Tuesday's scorching 43 C is expected to be recorded as the hottest day ever in May and the warmest day of the year so far. This follows Monday's record of 42.5 C, before that the hottest day ever recorded was in May was last year when temperatures of 42.1 C were recorded. Head of the Meteorological Department Kleanthis Nicolaides said that this year's May has also seen the longest heatwave ever recorded for the month, as temperatures stay above 40 C for a fifth consecutive day. On Tuesday, inland areas will see maximum temperatures of 43 C, while southern coastal areas will record temperatures of around 39 C, western coastal region 37 C and mountain areas around 33 C. Temperatures are only expected to drop below 40 C on Friday, while thunderstorms are on the menu for the upcoming weekend. Meanwhile, the Forestry Department also issued a red alert for Tuesday as the danger of wildfires is extremely high. The public is urged to "avoid actions and activities which may cause a fire." On Monday, the Fire Department said that it had responded to 42 calls, out of which 36 involved a blaze in the countryside. There are also higher than average levels of dust concentration in the atmosphere.",
                "confidence_level": "Authentic source",
                "data_confidence": 1
            }
        }
    ]
}  

Error Response

  {
    "type": "FeatureCollection",
    "metadata": {
        "generated": "Mon, 25 Nov 2019 16:15:54 +0000",
        "url": "https://api.crisisinfo.eu/events_update/v1/",
        "title": "CRISISINFO - Emergenncy and disaster events situation update.",
        "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