GET /api/locations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "name": "Babelsberg",
        "slug": "babelsberg",
        "description": "",
        "device": null,
        "latitude": 52.38,
        "longitude": 13.1062
    },
    {
        "id": 2,
        "name": "Teneriffa",
        "slug": "teneriffa",
        "description": "",
        "device": null,
        "latitude": 28.3013051,
        "longitude": -16.5097756
    }
]