Define AdministrativeDivision view set (return all)

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

{
    "id": 15258,
    "ags": "16061003",
    "name": "Berlingerode",
    "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": 11.74,
    "citizens_total": 1222,
    "citizens_male": 618,
    "citizens_female": 604,
    "population_density": 104.0,
    "area_accumulated": 11.74,
    "citizens_accumulated": {
        "total": 1222,
        "female": 604,
        "male": 618
    },
    "longitude": 10.238458,
    "latitude": 51.458578,
    "travel_name": "Eichsfeld",
    "travel_code": "E20",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15258/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15257/?format=api",
    "children": [],
    "zip_codes": [
        "37339"
    ]
}