Define AdministrativeDivision view set (return all)

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

{
    "id": 7725,
    "ags": "08226056",
    "name": "Neckargemünd, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Neckargemünd",
    "office_zip": "69151",
    "office_street": "Bahnhofstraße 54",
    "office_city": "Neckargemünd",
    "area": 26.16,
    "citizens_total": 13344,
    "citizens_male": 6816,
    "citizens_female": 6528,
    "population_density": 510.0,
    "area_accumulated": 26.16,
    "citizens_accumulated": {
        "total": 13344,
        "female": 6528,
        "male": 6816
    },
    "longitude": 8.7973,
    "latitude": 49.394478,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7725/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7722/?format=api",
    "children": [],
    "zip_codes": [
        "69151"
    ]
}