API version v1.0.4
Volcanic activity report in New Zealand territory in near real time.
Limitation: Query time interval must be less than one minute. This will allow 1440 queries per day.
https://api.crisisinfo.eu/volcano_activity_nz/v1/
Parameter | Description | Optional | Default |
---|---|---|---|
api_key | Authentication API key | Required | None |
Method: POST |
URL: https://api.crisisinfo.eu/volcano_activity_nz/v1/ |
{
"api_key" : "xycvbnm234ztr"
}
{
"type": "FeatureCollection",
"metadata": {
"generated": "Wed, 12 Aug 2020 09:27:36 +0000",
"url": "https://api.crisisinfo.eu/volcano_activity_nz/v1/",
"title": "CRISISINFO - Volcanic activity report in New Zealand territory",
"status": 200,
"message": "Data has been published",
"api": "1.0.4",
"count": 12
},
"features": [
{
"id": "3",
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
"177.183",
"-37.521"
]
},
"properties": {
"main_category": "Geological Event",
"sub_category": "VAC",
"category0": "0003",
"category1": "00030006",
"category2": "000300060001",
"event_date": "2020-08-12T09:15:22+00:00",
"event_update": "2020-08-12T09:15:22+00:00",
"message_status": 1,
"update_number": 0,
"location": {
"area_code": "02",
"area_name": "Oceania",
"country_code": "2018",
"country_name": "New Zealand"
},
"volcanoId": "whiteisland",
"volcano_number": "390815",
"volcano_name": "White Island",
"volcano_level": "1",
"volcano_activity": "Moderate to heightened volcanic unrest.",
"volcano_hazards": "Volcanic unrest hazards, potential for eruption hazards.",
"data_confidence": 1
}
}
}
{
"type": "FeatureCollection",
"metadata": {
"generated": "Mon, 25 Nov 2019 16:15:54 +0000",
"url": "https://api.crisisinfo.eu/volcano_activity_nz/v1/",
"title": "CRISISINFO - Volcano activity report in the New Zealand",
"status": 600,
"message": "Wrong, missing or expired api key",
"api": "1.0.4",
"count": 0
}
}
Rate Limited | True |
Response Format | geoJSON |
Authentication | Yes |