Define AdministrativeDivision view set (return all)

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

{
    "id": 15980,
    "ags": "16076088",
    "name": "Harth-Pöllnitz",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Harth-Pöllnitz",
    "office_zip": "07570",
    "office_street": "Am Porstendorfer Weg 1",
    "office_city": "Harth-Pöllnitz",
    "area": 55.62,
    "citizens_total": 2829,
    "citizens_male": 1429,
    "citizens_female": 1400,
    "population_density": 51.0,
    "area_accumulated": 55.62,
    "citizens_accumulated": {
        "total": 2829,
        "female": 1400,
        "male": 1429
    },
    "longitude": 11.957738,
    "latitude": 50.756945,
    "travel_name": "Thüringer Vogtland",
    "travel_code": "E27",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15980/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15979/?format=api",
    "children": [],
    "zip_codes": [
        "07570"
    ]
}