Define AdministrativeDivision view set (return all)

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

{
    "id": 317,
    "ags": "01054140",
    "name": "Tümlauer Koog",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Eiderstedt",
    "office_zip": "25881",
    "office_street": "Welter Straße 1",
    "office_city": "Garding",
    "area": 6.2,
    "citizens_total": 106,
    "citizens_male": 49,
    "citizens_female": 57,
    "population_density": 17.0,
    "area_accumulated": 6.2,
    "citizens_accumulated": {
        "total": 106,
        "female": 57,
        "male": 49
    },
    "longitude": 8.689757,
    "latitude": 54.348337,
    "travel_name": "Nordsee",
    "travel_code": "F01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/317/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/304/?format=api",
    "children": [],
    "zip_codes": [
        "25881"
    ]
}