Define AdministrativeDivision view set (return all)

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

{
    "id": 7711,
    "ags": "08226049",
    "name": "Meckesheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Meckesheim",
    "office_zip": "74909",
    "office_street": "Friedrichstraße 10",
    "office_city": "Meckesheim",
    "area": 16.33,
    "citizens_total": 5171,
    "citizens_male": 2581,
    "citizens_female": 2590,
    "population_density": 317.0,
    "area_accumulated": 16.33,
    "citizens_accumulated": {
        "total": 5171,
        "female": 2590,
        "male": 2581
    },
    "longitude": 8.81789,
    "latitude": 49.32267,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7711/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7708/?format=api",
    "children": [],
    "zip_codes": [
        "74909"
    ]
}