Define AdministrativeDivision view set (return all)

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

{
    "id": 12873,
    "ags": "12064539",
    "name": "Zeschdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Lebus",
    "office_zip": "15326",
    "office_street": "Breite Straße 1",
    "office_city": "Lebus",
    "area": 40.44,
    "citizens_total": 1240,
    "citizens_male": 608,
    "citizens_female": 632,
    "population_density": 31.0,
    "area_accumulated": 40.44,
    "citizens_accumulated": {
        "total": 1240,
        "female": 632,
        "male": 608
    },
    "longitude": 14.44273,
    "latitude": 52.426849,
    "travel_name": "Seenland Oder-Spree",
    "travel_code": "A06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12873/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12868/?format=api",
    "children": [],
    "zip_codes": [
        "15326"
    ]
}