Define AdministrativeDivision view set (return all)

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

{
    "id": 4051,
    "ags": "06532007",
    "name": "Driedorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Driedorf",
    "office_zip": "35759",
    "office_street": "Wilhelmstraße 16",
    "office_city": "Driedorf",
    "area": 47.56,
    "citizens_total": 5045,
    "citizens_male": 2509,
    "citizens_female": 2536,
    "population_density": 106.0,
    "area_accumulated": 47.56,
    "citizens_accumulated": {
        "total": 5045,
        "female": 2536,
        "male": 2509
    },
    "longitude": 8.185288,
    "latitude": 50.63466,
    "travel_name": "Lahn-Dill",
    "travel_code": "I08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4051/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4050/?format=api",
    "children": [],
    "zip_codes": [
        "35759"
    ]
}