Define AdministrativeDivision view set (return all)

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

{
    "id": 12633,
    "ags": "10046116",
    "name": "Oberthal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Oberthal",
    "office_zip": "66649",
    "office_street": "Brühlstraße 4",
    "office_city": "Oberthal",
    "area": 23.87,
    "citizens_total": 5998,
    "citizens_male": 3076,
    "citizens_female": 2922,
    "population_density": 251.0,
    "area_accumulated": 23.87,
    "citizens_accumulated": {
        "total": 5998,
        "female": 2922,
        "male": 3076
    },
    "longitude": 7.089249,
    "latitude": 49.511195,
    "travel_name": "Nordsaarland",
    "travel_code": "K01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12633/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12632/?format=api",
    "children": [],
    "zip_codes": [
        "66649"
    ]
}