Define AdministrativeDivision view set (return all)

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

{
    "id": 10517,
    "ags": "09471155",
    "name": "Litzendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Litzendorf",
    "office_zip": "96123",
    "office_street": "Postfach 1141",
    "office_city": "Litzendorf",
    "area": 25.87,
    "citizens_total": 6143,
    "citizens_male": 3103,
    "citizens_female": 3040,
    "population_density": 237.0,
    "area_accumulated": 25.87,
    "citizens_accumulated": {
        "total": 6143,
        "female": 3040,
        "male": 3103
    },
    "longitude": 11.010097,
    "latitude": 49.91123,
    "travel_name": "Fränkische Schweiz",
    "travel_code": "T03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10517/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10516/?format=api",
    "children": [],
    "zip_codes": [
        "96123"
    ]
}