Define AdministrativeDivision view set (return all)

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

{
    "id": 4055,
    "ags": "06532009",
    "name": "Eschenburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Eschenburg",
    "office_zip": "35713",
    "office_street": "Nassauer Straße 11",
    "office_city": "Eschenburg",
    "area": 45.78,
    "citizens_total": 9981,
    "citizens_male": 4929,
    "citizens_female": 5052,
    "population_density": 218.0,
    "area_accumulated": 45.78,
    "citizens_accumulated": {
        "total": 9981,
        "female": 5052,
        "male": 4929
    },
    "longitude": 8.337467,
    "latitude": 50.813851,
    "travel_name": "Lahn-Dill",
    "travel_code": "I08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4055/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4054/?format=api",
    "children": [],
    "zip_codes": [
        "35713"
    ]
}