Define AdministrativeDivision view set (return all)

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

{
    "id": 7713,
    "ags": "08226104",
    "name": "Lobbach",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Lobbach",
    "office_zip": "74931",
    "office_street": "Hauptstraße 38",
    "office_city": "Lobbach",
    "area": 14.91,
    "citizens_total": 2352,
    "citizens_male": 1197,
    "citizens_female": 1155,
    "population_density": 158.0,
    "area_accumulated": 14.91,
    "citizens_accumulated": {
        "total": 2352,
        "female": 1155,
        "male": 1197
    },
    "longitude": 8.888514,
    "latitude": 49.376151,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7713/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7708/?format=api",
    "children": [],
    "zip_codes": [
        "74931"
    ]
}