Define AdministrativeDivision view set (return all)

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

{
    "id": 11544,
    "ags": "09673172",
    "name": "Sulzdorf a.d.Lederhecke",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Sulzdorf a.d.Lederhecke",
    "office_zip": "97528",
    "office_street": "Josef-Sperl-Straße 3",
    "office_city": "Bad",
    "area": 36.36,
    "citizens_total": 1098,
    "citizens_male": 529,
    "citizens_female": 569,
    "population_density": 30.0,
    "area_accumulated": 36.36,
    "citizens_accumulated": {
        "total": 1098,
        "female": 569,
        "male": 529
    },
    "longitude": 10.561715,
    "latitude": 50.240205,
    "travel_name": "Haßberge",
    "travel_code": "T08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11544/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11539/?format=api",
    "children": [],
    "zip_codes": [
        "97528"
    ]
}