Define AdministrativeDivision view set (return all)

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

{
    "id": 5514,
    "ags": "07143236",
    "name": "Heimborn",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Hachenburg",
    "office_zip": "57629",
    "office_street": "Gartenstraße 11",
    "office_city": "Hachenburg",
    "area": 3.75,
    "citizens_total": 259,
    "citizens_male": 128,
    "citizens_female": 131,
    "population_density": 69.0,
    "area_accumulated": 3.75,
    "citizens_accumulated": {
        "total": 259,
        "female": 131,
        "male": 128
    },
    "longitude": 7.755328,
    "latitude": 50.708997,
    "travel_name": "Westerwald-Lahn",
    "travel_code": "J19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5514/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5504/?format=api",
    "children": [],
    "zip_codes": [
        "57629"
    ]
}