Define AdministrativeDivision view set (return all)

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

{
    "id": 5010,
    "ags": "07135032",
    "name": "Forst (Hunsrück)",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Zell (Mosel)",
    "office_zip": "56858",
    "office_street": "Corray 1",
    "office_city": "Zell",
    "area": 3.35,
    "citizens_total": 65,
    "citizens_male": 31,
    "citizens_female": 34,
    "population_density": 19.0,
    "area_accumulated": 3.35,
    "citizens_accumulated": {
        "total": 65,
        "female": 34,
        "male": 31
    },
    "longitude": 7.31687,
    "latitude": 50.081825,
    "travel_name": "Hunsrück",
    "travel_code": "J13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5010/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5003/?format=api",
    "children": [],
    "zip_codes": [
        "56858"
    ]
}