Define AdministrativeDivision view set (return all)

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

{
    "id": 15130,
    "ags": "15088030",
    "name": "Barnstädt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Weida-Land",
    "office_zip": "06268",
    "office_street": "Hauptstraße 43",
    "office_city": "Nemsdorf-Göhrendorf",
    "area": 18.22,
    "citizens_total": 975,
    "citizens_male": 465,
    "citizens_female": 510,
    "population_density": 54.0,
    "area_accumulated": 18.22,
    "citizens_accumulated": {
        "total": 975,
        "female": 510,
        "male": 465
    },
    "longitude": 11.638777,
    "latitude": 51.343614,
    "travel_name": "Halle, Saale, Unstrut",
    "travel_code": "D02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15130/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15129/?format=api",
    "children": [],
    "zip_codes": [
        "06268"
    ]
}