Near real-time disaster reports from the Asian region, based on the ASEAN Disaster Information Network (ADInet) source.

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

Resource URL

https://api.crisisinfo.eu/asian-disaster-report/v1/

Parameters

ParameterDescriptionOptionalDefault
api_key Authentication API key Required None

Example

Method: POST
URL: https://api.crisisinfo.eu/asian-disaster-report/v1/

Request

  {
    "api_key" : "xxxxxxxxxxxxxxxxxxxxxxx"
}  

Response

  {
"type": "FeatureCollection",
"metadata": {
    "generated": "Thu, 20 Aug 2020 09:14:07 +0000",
    "url": "https://api.crisisinfo.eu/asian-disaster-report/v1/",
    "title": "CRISISINFO - Near real-time disaster reports from the Asian region, based on the ASEAN Disaster Information Network (ADInet) source.",
    "status": 200,
    "message": "Data has been published",
    "api": "1.0.0",
    "count": 20,
    "auth": 1
},
"features": [
    {
        "id": "1",
        "type": "Feature",
        "geometry": {
            "type": "Point",
            "coordinates": [
                101.4339,
                -1.872
            ]
        },
        "properties": {
            "event_category": "Wind",
            "event_date": "2020-08-15T10:17:00+00:00",
            "event_update": "0000-00-00T00:00:00+00:00",
            "message_status": 1,
            "update_number": 0,
            "location": {
                "area_code": "01",
                "area_name": "Asia",
                "country_code": "1011",
                "country_name": "Indonesia",
                "administration_area": "Jambi Province"
            },
            "event_details": "Whirlwind in the district. Kerinci, Prov. Jambi\n\nChronology: Heavy rain accompanied by strong winds on Saturday, August 15, 2020, Pkl. 17.00 WIB\nImpact: 81 housing units affected with the following details:\n- 21 housing units (RB)\n- 16 housing units (RS)\n- 44 housing units (RR)\n\nLocation:\nRegency. Kerinci\nKec. Kerman Hill\nDs. Old Companion\n\nEffort :\n- BPBD Kab. Kerinci provided assistance in the form of ready-to-eat food, additional nutrition, tarpaulin, mineral water, instant noodles and assistance with damage to the roof of the house following awaiting the results of the data collection.\n- BPBD Kab. Kerinci will carry out data collection related to house damage on Tuesday, August 18, 2020\n- Teams involved at the location include: Sekda Kab. Kerinci, BPBD Kab. Kerinci, Dinsos Kerinci, DPRD Kerinci, TNI - Polri Volunteers\n\nSource: Kalak BPBD, Kerinci district, Bpk Darifus. SE M. Si\n\n\nThereby\nPusdalops BNPB\n\nCc. Ess. 1",
            "data_confidence": 1
        }
    }
}  

Error Response

  {
    "type": "FeatureCollection",
    "metadata": {
        "generated": "Mon, 25 Nov 2019 16:15:54 +0000",
        "url": "https://api.crisisinfo.eu/asian-disaster-report/v1/",
        "title": "CRISISINFO - Asian Disaster Information",
        "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