Define AdministrativeDivision view set (return all)

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

{
    "id": 14876,
    "ags": "15002000",
    "name": "Halle (Saale), Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadt Halle (Saale)",
    "office_zip": "06108",
    "office_street": "Marktplatz 1",
    "office_city": "Halle",
    "area": 135.03,
    "citizens_total": 238762,
    "citizens_male": 123210,
    "citizens_female": 115552,
    "population_density": 1768.0,
    "area_accumulated": 135.03,
    "citizens_accumulated": {
        "total": 238762,
        "female": 115552,
        "male": 123210
    },
    "longitude": 11.970666,
    "latitude": 51.482478,
    "travel_name": "Halle, Saale, Unstrut",
    "travel_code": "D02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14876/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14875/?format=api",
    "children": [],
    "zip_codes": [
        "06108",
        "06110",
        "06112",
        "06114",
        "06116",
        "06118",
        "06120",
        "06122",
        "06124",
        "06126",
        "06128",
        "06130",
        "06132"
    ]
}