Define AdministrativeDivision view set (return all)

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

{
    "id": 7504,
    "ags": "08136007",
    "name": "Bartholomä",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Bartholomä",
    "office_zip": "73566",
    "office_street": "Beckengasse 14",
    "office_city": "Bartholomä",
    "area": 20.75,
    "citizens_total": 2021,
    "citizens_male": 1019,
    "citizens_female": 1002,
    "population_density": 97.0,
    "area_accumulated": 20.75,
    "citizens_accumulated": {
        "total": 2021,
        "female": 1002,
        "male": 1019
    },
    "longitude": 9.987345,
    "latitude": 48.752118,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7504/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7503/?format=api",
    "children": [],
    "zip_codes": [
        "73566"
    ]
}