Define AdministrativeDivision view set (return all)

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

{
    "id": 6786,
    "ags": "07337031",
    "name": "Göcklingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Landau-Land",
    "office_zip": "76831",
    "office_street": "An 44 Nr.31",
    "office_city": "Landau",
    "area": 7.27,
    "citizens_total": 894,
    "citizens_male": 453,
    "citizens_female": 441,
    "population_density": 123.0,
    "area_accumulated": 7.27,
    "citizens_accumulated": {
        "total": 894,
        "female": 441,
        "male": 453
    },
    "longitude": 8.0416,
    "latitude": 49.162018,
    "travel_name": "Pfalz",
    "travel_code": "J16",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6786/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6780/?format=api",
    "children": [],
    "zip_codes": [
        "76831"
    ]
}