Define AdministrativeDivision view set (return all)

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

{
    "id": 4065,
    "ags": "06532014",
    "name": "Hüttenberg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Hüttenberg",
    "office_zip": "35625",
    "office_street": "Frankfurter Straße 49-51",
    "office_city": "Hüttenberg",
    "area": 40.74,
    "citizens_total": 10840,
    "citizens_male": 5530,
    "citizens_female": 5310,
    "population_density": 266.0,
    "area_accumulated": 40.74,
    "citizens_accumulated": {
        "total": 10840,
        "female": 5310,
        "male": 5530
    },
    "longitude": 8.57712,
    "latitude": 50.520459,
    "travel_name": "Lahn-Dill",
    "travel_code": "I08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4065/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4064/?format=api",
    "children": [],
    "zip_codes": [
        "35625"
    ]
}