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

[
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": null,
        "city": "Dresden",
        "county": "Dresden",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                13.74081,
                51.05363
            ]
        }
    },
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": "Friedrichshain",
        "city": "Berlin",
        "county": "Berlin",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                13.45403,
                52.51402
            ]
        }
    },
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": "Neukölln",
        "city": "Berlin",
        "county": "Berlin",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                13.43541,
                52.48077
            ]
        }
    },
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": null,
        "city": "Potsdam",
        "county": "Potsdam",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                13.04782,
                52.39969
            ]
        }
    },
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": null,
        "city": "Cottbus",
        "county": "Cottbus",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                14.33124,
                51.76101
            ]
        }
    },
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": null,
        "city": "Halle (Saale)",
        "county": "Halle (Saale)",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                11.97494,
                51.4822
            ]
        }
    },
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": null,
        "city": "Magdeburg",
        "county": "Magdeburg",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                11.63153,
                52.13045
            ]
        }
    },
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": "Lichtenberg",
        "city": "Berlin",
        "county": "Berlin",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                13.48087,
                52.51618
            ]
        }
    },
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": "Mitte",
        "city": "Berlin",
        "county": "Berlin",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                13.42414,
                52.52119
            ]
        }
    },
    {
        "house_number": null,
        "street": null,
        "postal_code": null,
        "district": null,
        "city": "Berlin",
        "county": "Berlin",
        "geolocation": {
            "type": "Point",
            "coordinates": [
                13.37691,
                52.51604
            ]
        }
    }
]