Define AdministrativeDivision view set (return all)

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

{
    "id": 15338,
    "ags": "16062065",
    "name": "Harztor",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Harztor",
    "office_zip": "99768",
    "office_street": "Ilgerstraße 23",
    "office_city": "Harztor",
    "area": 109.38,
    "citizens_total": 7577,
    "citizens_male": 3860,
    "citizens_female": 3717,
    "population_density": 69.0,
    "area_accumulated": 109.38,
    "citizens_accumulated": {
        "total": 7577,
        "female": 3717,
        "male": 3860
    },
    "longitude": 10.786953,
    "latitude": 51.577129,
    "travel_name": "Südharz Kyffhäuser",
    "travel_code": "E19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15338/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15337/?format=api",
    "children": [],
    "zip_codes": [
        "99768"
    ]
}