Define AdministrativeDivision view set (return all)

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

{
    "id": 7364,
    "ags": "08126028",
    "name": "Forchtenberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Forchtenberg",
    "office_zip": "74670",
    "office_street": "Hauptstraße 14",
    "office_city": "Forchtenberg",
    "area": 38.09,
    "citizens_total": 5062,
    "citizens_male": 2457,
    "citizens_female": 2605,
    "population_density": 133.0,
    "area_accumulated": 38.09,
    "citizens_accumulated": {
        "total": 5062,
        "female": 2605,
        "male": 2457
    },
    "longitude": 9.562246,
    "latitude": 49.287249,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7364/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7363/?format=api",
    "children": [],
    "zip_codes": [
        "74670"
    ]
}