Incident & accident and fire event report in the State of South Australia based on SA Emergency Service.

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

Resource URL

https://api.crisisinfo.eu/aus-emerg-sa/v1/

Parameters

ParameterDescriptionOptionalDefault
api_key Authentication API key Required None
id Query an event with a specific ID True None
limit Maximum number of results True 20

Example

Method: POST
URL: https://api.crisisinfo.eu/aus-emerg-sa/v1/

Request

  {
        "api_key" : "xxxxxxxxxxxxxxxxxxxxxxx"
    }  

Response

  {
    "type": "FeatureCollection",
    "metadata": {
        "generated": "Tue, 24 Nov 2020 05:53:04 +0000",
        "url": "https://api.crisisinfo.eu/events/v1/",
        "title": "CRISISINFO - Emergency Service Report - South Australia",
        "status": 200,
        "message": "Data has been published",
        "api": "1.0.0",
        "count": 1,
        "auth": 1
    },
    "features": [
        {
            "id": 1392844,
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    138.876396642575,
                    -34.5977720233802
                ]
            },
            "properties": {
                "event_id": "50",
                "event_date": "2020-11-24T05:38:00+00:00",
                "event_update": "0000-00-00T00:00:00+00:00",
                "local_time": "2020-11-24 16:08:00",
                "message_status": 1,
                "update_number": 0,
                "location": {
                    "area_code": "02",
                    "area_name": "Oceania",
                    "country_code": "2010",
                    "country_name": "Australia",
                    "administration_area": "South Australia",
                    "other_location": "Lyndoch, Lindner Crescent",
                    "settlement": "Lyndoch",
                    "direction": "WNW",
                    "distance": "1.39 km"
                },
                "event_details": {
                    "message": "",
                    "message_url": "",
                    "location_name": "Lyndoch, Lindner Crescent",
                    "region_code": "CFS Region 2",
                    "region_name": "Upper Mount Lofty Ranges, Yorke Peninsula and Lower North",
                    "event_type": "Rubbish Fire",
                    "event_status": "Going",
                    "status_description": "Any fire expanding in a certain direction.",
                    "event_level": "1",
                    "level_code": "Level 1 Incident",
                    "level_description": "A simple and small incident. There is minimal threat to the community.",
                    "fbi": "Mount Lofty Ranges",
                    "resource_number": 0,
                    "aircraft_number": 0
                },
                "data_confidence": 1
            }
        }
    ]
}  

Error Response

  {
    "type": "FeatureCollection",
    "metadata": {
        "generated": "Mon, 25 Nov 2019 16:15:54 +0000",
        "url": "https://api.crisisinfo.eu/aus-emerg-sa/v1/",
        "title": "CRISISINFO - Emergency Service Report - South Australia",
        "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