Define AdministrativeDivision view set (return all)

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

{
    "id": 12277,
    "ags": "09777153",
    "name": "Nesselwang, M",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 60,
    "division_type_name": "Markt",
    "office_name": "Markt Nesselwang",
    "office_zip": "87484",
    "office_street": "Postfach 1209",
    "office_city": "Nesselwang",
    "area": 29.54,
    "citizens_total": 3753,
    "citizens_male": 1914,
    "citizens_female": 1839,
    "population_density": 127.0,
    "area_accumulated": 29.54,
    "citizens_accumulated": {
        "total": 3753,
        "female": 1839,
        "male": 1914
    },
    "longitude": 10.500066,
    "latitude": 47.621926,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12277/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12276/?format=api",
    "children": [],
    "zip_codes": [
        "87484"
    ]
}