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.

Resource URL

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

Parameters

ParameterDescriptionOptionalDefault
api_key Authentication API key Required None

Example

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

Request

  {
    "api_key" : "xycvbnm234ztr"
}  

Response

  {
   "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
           }
       }
   }  

Error Response

  {
    "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
    }
}  

Resource Information

Rate Limited True
Response Format geoJSON
Authentication Yes