Define AdministrativeDivision view set (return all)

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

{
    "id": 12913,
    "ags": "12065193",
    "name": "Liebenwalde, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Liebenwalde",
    "office_zip": "16559",
    "office_street": "Marktplatz 20",
    "office_city": "Liebenwalde",
    "area": 142.17,
    "citizens_total": 4309,
    "citizens_male": 2140,
    "citizens_female": 2169,
    "population_density": 30.0,
    "area_accumulated": 142.17,
    "citizens_accumulated": {
        "total": 4309,
        "female": 2169,
        "male": 2140
    },
    "longitude": 13.393076,
    "latitude": 52.871681,
    "travel_name": "Ruppiner Seenland",
    "travel_code": "A02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12913/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12912/?format=api",
    "children": [],
    "zip_codes": [
        "16559"
    ]
}