Define AdministrativeDivision view set (return all)

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

{
    "id": 7442,
    "ags": "08128115",
    "name": "Tauberbischofsheim, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Tauberbischofsheim",
    "office_zip": "97941",
    "office_street": "Marktplatz 8",
    "office_city": "Tauberbischofsheim",
    "area": 69.29,
    "citizens_total": 13172,
    "citizens_male": 6645,
    "citizens_female": 6527,
    "population_density": 190.0,
    "area_accumulated": 69.29,
    "citizens_accumulated": {
        "total": 13172,
        "female": 6527,
        "male": 6645
    },
    "longitude": 9.662778,
    "latitude": 49.622047,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7442/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7439/?format=api",
    "children": [],
    "zip_codes": [
        "97941"
    ]
}