Define AdministrativeDivision view set (return all)

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

{
    "id": 3002,
    "ags": "05366020",
    "name": "Hellenthal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Hellenthal",
    "office_zip": "53940",
    "office_street": "Rathausstraße 2",
    "office_city": "Hellenthal",
    "area": 137.82,
    "citizens_total": 7863,
    "citizens_male": 3898,
    "citizens_female": 3965,
    "population_density": 57.0,
    "area_accumulated": 137.82,
    "citizens_accumulated": {
        "total": 7863,
        "female": 3965,
        "male": 3898
    },
    "longitude": 6.4342,
    "latitude": 50.490262,
    "travel_name": "Eifel und Region Aachen",
    "travel_code": "H01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3002/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3001/?format=api",
    "children": [],
    "zip_codes": [
        "53940"
    ]
}