API version v1.0
Earthquake risk analysis based on PAGER information.
Limitation: Query time interval must be less than one minute. This will allow 1440 queries per day.
https://api.crisisinfo.eu/pager/v1/
Parameter | Description | Optional | Default |
---|---|---|---|
api_key | Authentication API key | Required | None |
id | Retrieve PAGER information based on the earthquake ID | True | None |
limit | Maximum number of results | True | 20 |
Method: POST |
URL: https://api.crisisinfo.eu/pager/v1/ |
{
"api_key" : "xxxxxxxxxxxxxxxxxxxxxxx",
"id":306407
}
{
"type": "FeatureCollection",
"metadata": {
"generated": "Thu, 12 Nov 2020 05:45:33 +0000",
"url": "https://api.crisisinfo.eu/pager/v1/",
"title": "CRISISINFO - Earthquake risk analysis based on PAGER information.",
"status": 200,
"message": "Data has been published",
"api": "1.0.0",
"count": 1,
"auth": 1
},
"features": [
{
"id": 306407,
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-103.9853,
-35.5595
]
},
"properties": {
"event_date": "2020-11-04T12:28:42+00:00",
"event_update": "2020-11-05T12:31:33+00:00",
"alert_level": "green",
"eq_status": "reviewed",
"eq_type": "earthquake",
"tsunami": 0,
"risk_analisys": {
"eq_summary": "",
"impact1": "Green alert for shaking-related fatalities and economic losses. There is a low likelihood of casualties and damage.",
"impact2": "",
"structure_threat": "There are likely to be no affected structures in this region.",
"historical_info": "There were no earthquakes with significant population exposure to shaking within a 400 km radius of this event.",
"secondary_comment": ""
}
}
}
]
}
{
"type": "FeatureCollection",
"metadata": {
"generated": "Mon, 25 Nov 2019 16:15:54 +0000",
"url": "https://api.crisisinfo.eu/pager/v1/",
"title": "CRISISINFO - Earthquake risk analysis based on PAGER information.",
"status": 600,
"message": "Wrong, missing or expired api key",
"api": "1.0.0",
"count": 0
}
}
Rate Limited | True |
Response Format | geoJSON |
Authentication | Yes |