Define AdministrativeDivision view set (return all)

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

{
    "id": 14138,
    "ags": "14521110",
    "name": "Breitenbrunn/Erzgeb.",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Breitenbrunn/Erzgeb.",
    "office_zip": "08359",
    "office_street": "Hauptstraße 120",
    "office_city": "Breitenbrunn",
    "area": 60.0,
    "citizens_total": 5204,
    "citizens_male": 2670,
    "citizens_female": 2534,
    "population_density": 87.0,
    "area_accumulated": 60.0,
    "citizens_accumulated": {
        "total": 5204,
        "female": 2534,
        "male": 2670
    },
    "longitude": 12.768669,
    "latitude": 50.474623,
    "travel_name": "Erzgebirge",
    "travel_code": "C06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14138/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14137/?format=api",
    "children": [],
    "zip_codes": [
        "08359"
    ]
}