Define AdministrativeDivision view set (return all)

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

{
    "id": 12308,
    "ags": "09777124",
    "name": "Eggenthal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Eggenthal",
    "office_zip": "87653",
    "office_street": "Römerstraße 12",
    "office_city": "Eggenthal",
    "area": 28.04,
    "citizens_total": 1357,
    "citizens_male": 655,
    "citizens_female": 702,
    "population_density": 48.0,
    "area_accumulated": 28.04,
    "citizens_accumulated": {
        "total": 1357,
        "female": 702,
        "male": 655
    },
    "longitude": 10.511897,
    "latitude": 47.914934,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12308/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12306/?format=api",
    "children": [],
    "zip_codes": [
        "87653"
    ]
}