Define AdministrativeDivision view set (return all)

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

{
    "id": 15260,
    "ags": "16061026",
    "name": "Ecklingerode",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "VG Lindenberg/Eichsfeld",
    "office_zip": "37339",
    "office_street": "Hauptstraße 17",
    "office_city": "Teistungen",
    "area": 8.12,
    "citizens_total": 721,
    "citizens_male": 360,
    "citizens_female": 361,
    "population_density": 89.0,
    "area_accumulated": 8.12,
    "citizens_accumulated": {
        "total": 721,
        "female": 361,
        "male": 360
    },
    "longitude": 10.310221,
    "latitude": 51.503662,
    "travel_name": "Eichsfeld",
    "travel_code": "E20",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15260/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15257/?format=api",
    "children": [],
    "zip_codes": [
        "37339"
    ]
}