Define AdministrativeDivision view set (return all)

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

{
    "id": 2384,
    "ags": "03452011",
    "name": "Hinte",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Hinte",
    "office_zip": "26759",
    "office_street": "Brückstraße 11a",
    "office_city": "Hinte",
    "area": 48.05,
    "citizens_total": 7106,
    "citizens_male": 3554,
    "citizens_female": 3552,
    "population_density": 148.0,
    "area_accumulated": 48.05,
    "citizens_accumulated": {
        "total": 7106,
        "female": 3552,
        "male": 3554
    },
    "longitude": 7.193843,
    "latitude": 53.415474,
    "travel_name": "Ostfriesland",
    "travel_code": "G03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2384/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2383/?format=api",
    "children": [],
    "zip_codes": [
        "26759"
    ]
}