Define AdministrativeDivision view set (return all)

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

{
    "id": 15344,
    "ags": "16062009",
    "name": "Großlohra",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Großlohra",
    "office_zip": "99759",
    "office_street": "Kirchberg 41",
    "office_city": "Großlohra",
    "area": 18.45,
    "citizens_total": 907,
    "citizens_male": 440,
    "citizens_female": 467,
    "population_density": 49.0,
    "area_accumulated": 18.45,
    "citizens_accumulated": {
        "total": 907,
        "female": 467,
        "male": 440
    },
    "longitude": 10.644544,
    "latitude": 51.416639,
    "travel_name": "Südharz Kyffhäuser",
    "travel_code": "E19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15344/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15343/?format=api",
    "children": [],
    "zip_codes": [
        "99759"
    ]
}