Define AdministrativeDivision view set (return all)

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

{
    "id": 7102,
    "ags": "08116014",
    "name": "Deizisau",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Deizisau",
    "office_zip": "73779",
    "office_street": "Am Marktplatz 1",
    "office_city": "Deizisau",
    "area": 5.17,
    "citizens_total": 6925,
    "citizens_male": 3341,
    "citizens_female": 3584,
    "population_density": 1339.0,
    "area_accumulated": 5.17,
    "citizens_accumulated": {
        "total": 6925,
        "female": 3584,
        "male": 3341
    },
    "longitude": 9.384075,
    "latitude": 48.712039,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7102/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7100/?format=api",
    "children": [],
    "zip_codes": [
        "73779"
    ]
}