Define AdministrativeDivision view set (return all)

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

{
    "id": 13737,
    "ags": "13074069",
    "name": "Roggenstorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Grevesmühlen-Land",
    "office_zip": "23936",
    "office_street": "Rathausplatz 1",
    "office_city": "Grevesmühlen",
    "area": 20.01,
    "citizens_total": 457,
    "citizens_male": 218,
    "citizens_female": 239,
    "population_density": 23.0,
    "area_accumulated": 20.01,
    "citizens_accumulated": {
        "total": 457,
        "female": 239,
        "male": 218
    },
    "longitude": 11.066925,
    "latitude": 53.913159,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13737/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13734/?format=api",
    "children": [],
    "zip_codes": [
        "23936"
    ]
}