Define AdministrativeDivision view set (return all)

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

{
    "id": 4223,
    "ags": "06631006",
    "name": "Eichenzell",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Eichenzell",
    "office_zip": "36124",
    "office_street": "Schloßgasse 4",
    "office_city": "Eichenzell",
    "area": 55.99,
    "citizens_total": 11023,
    "citizens_male": 5472,
    "citizens_female": 5551,
    "population_density": 197.0,
    "area_accumulated": 55.99,
    "citizens_accumulated": {
        "total": 11023,
        "female": 5551,
        "male": 5472
    },
    "longitude": 9.69744,
    "latitude": 50.493515,
    "travel_name": "Rhön",
    "travel_code": "I11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4223/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4222/?format=api",
    "children": [],
    "zip_codes": [
        "36124"
    ]
}