Define AdministrativeDivision view set (return all)

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

{
    "id": 306,
    "ags": "01054036",
    "name": "Garding, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Amt Eiderstedt",
    "office_zip": "25836",
    "office_street": "Welter Straße 1",
    "office_city": "Garding",
    "area": 3.06,
    "citizens_total": 2818,
    "citizens_male": 1468,
    "citizens_female": 1350,
    "population_density": 921.0,
    "area_accumulated": 3.06,
    "citizens_accumulated": {
        "total": 2818,
        "female": 1350,
        "male": 1468
    },
    "longitude": 8.778217,
    "latitude": 54.327962,
    "travel_name": "Nordsee",
    "travel_code": "F01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/306/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/304/?format=api",
    "children": [],
    "zip_codes": [
        "25836"
    ]
}