Defibrillators
Returns a list of all public defibrillators on the island.
GET /v1/defibrillators
Response
- 200 (OK)
- Schema
This is a sample response.
Status: 200 (OK)
{
"results": [
{
"id": "090deca0-c5c1-41e3-a0cc-b26bcc1568a0",
"createdAt": "2024-06-17T07:19:19.000Z",
"location": "The Royal Yacht",
"parish": "St Helier",
"padNumber": 27,
"latitude": 49.18289800,
"longitude": -2.10869400,
"notes": ""
},
{
"id": "0275441a-febc-4503-b4b9-286883bb91a1",
"createdAt": "2024-06-17T07:19:19.000Z",
"location": "Grande Marche",
"parish": "St Peter",
"padNumber": 9,
"latitude": 49.21240500,
"longitude": -2.18229600,
"notes": ""
}
]
}
Root
Key | Type | Description |
---|---|---|
results | Array | Array of Defibrillator s. See example response. |
Defibrillator
Key | Type | Description |
---|---|---|
id | UUID | A unique ID to represent this defibrillator |
location | String | A short description of the location of this defibrillator |
parish | String | The parish the defibrillator is located in |
padNumber | Number/null | The defibrillator number |
latitude | Number/null | The latitude of the defibrillator |
longitude | Number/null | The longitude of the defibrillator |
notes | String/null | Any notes |
Example Map View
Here is an example of using the data to display all defibrillators on a map. Click on a icon for more information.
Loading...
Sources
Source |
---|
Locations of automated external defibrillators on opendata.gov.je |