Define AdministrativeDivision view set (return all)

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

{
    "id": 6038,
    "ags": "07232228",
    "name": "Gransdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Bitburger Land",
    "office_zip": "54533",
    "office_street": "Hubert-Prim-Straße 7",
    "office_city": "Bitburg",
    "area": 7.08,
    "citizens_total": 337,
    "citizens_male": 163,
    "citizens_female": 174,
    "population_density": 48.0,
    "area_accumulated": 7.08,
    "citizens_accumulated": {
        "total": 337,
        "female": 174,
        "male": 163
    },
    "longitude": 6.689936,
    "latitude": 50.016162,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6038/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5974/?format=api",
    "children": [],
    "zip_codes": [
        "54533"
    ]
}