Define AdministrativeDivision view set (return all)

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

{
    "id": 12595,
    "ags": "10044118",
    "name": "Schwalbach",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Schwalbach",
    "office_zip": "66773",
    "office_street": "Hauptstraße 92",
    "office_city": "Schwalbach",
    "area": 27.37,
    "citizens_total": 17099,
    "citizens_male": 8951,
    "citizens_female": 8148,
    "population_density": 625.0,
    "area_accumulated": 27.37,
    "citizens_accumulated": {
        "total": 17099,
        "female": 8148,
        "male": 8951
    },
    "longitude": 6.815906,
    "latitude": 49.303926,
    "travel_name": "Übriges Saarland",
    "travel_code": "K03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12595/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12594/?format=api",
    "children": [],
    "zip_codes": [
        "66773"
    ]
}