API

The OpenAED API is made available under the Open Database License v1.0. This is because the data is provided by OpenStreetMap.

Access

To use data from OpenAED, an API key is required. This key is sent in the query parameter key. An API key can be requested by sending an e-mail to api@openaed.eu. In the e-mail, you must state your name, organization (if applicable), and the intended use of the API.

Endpoints

  • All AEDs
    GET https://openaed.org.uk/api/v1/all
  • All AEDs in a city
    GET https://openaed.org.uk/api/v1/{region}/{city}
  • All AEDs in a region
    GET https://openaed.org.uk/api/v1/{region}

Data

  • [
    • {
      • "id": 56,
      • "osm_id": 6640032350,
      • "city": "Nijmegen",
      • "region": "Gelderland",
      • "latitude": "51.8453705",
      • "longitude": "5.8666328",
      • "access": "yes",
      • "indoor": false,
      • "operator": "Stichting AED Dukenburg",
      • "operator_website": "https://aeddukenburg.nl",
      • "phone": "+31 6 30894688",
      • "location": "in een doos aan de muur, links naast de hoofdingang van de bibliotheek",
      • "opening_hours": "24/7",
      • "manufacturer": "Defibtech",
      • "model": "Lifeline",
      • "image": "https://commons.wikimedia.org/wiki/File:AED_at_Regionaal_Archief_Nijmegen.jpg",
      • "cabinet": "vertical_door",
      • "cabinet_manufacturer": "Aivia",
      • "note": null,
    • }
  • ]