Define AdministrativeDivision view set (return all)

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

{
    "id": 15131,
    "ags": "15088100",
    "name": "Farnstädt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Weida-Land",
    "office_zip": "06279",
    "office_street": "Hauptstraße 43",
    "office_city": "Nemsdorf-Göhrendorf",
    "area": 27.13,
    "citizens_total": 1482,
    "citizens_male": 718,
    "citizens_female": 764,
    "population_density": 55.0,
    "area_accumulated": 27.13,
    "citizens_accumulated": {
        "total": 1482,
        "female": 764,
        "male": 718
    },
    "longitude": 11.568475,
    "latitude": 51.425991,
    "travel_name": "Halle, Saale, Unstrut",
    "travel_code": "D02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15131/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15129/?format=api",
    "children": [],
    "zip_codes": [
        "06279"
    ]
}