Define AdministrativeDivision view set (return all)

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

{
    "id": 2351,
    "ags": "03402000",
    "name": "Emden, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Kreisfreie Stadt Emden",
    "office_zip": "26721",
    "office_street": "Frickensteinplatz 2",
    "office_city": "Emden/Ostfriesland",
    "area": 112.34,
    "citizens_total": 49913,
    "citizens_male": 25029,
    "citizens_female": 24884,
    "population_density": 444.0,
    "area_accumulated": 112.34,
    "citizens_accumulated": {
        "total": 49913,
        "female": 24884,
        "male": 25029
    },
    "longitude": 7.205946,
    "latitude": 53.370558,
    "travel_name": "Nordseeküste",
    "travel_code": "G02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2351/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2350/?format=api",
    "children": [],
    "zip_codes": [
        "26721",
        "26723",
        "26725"
    ]
}