Define AdministrativeDivision view set (return all)

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

{
    "id": 3438,
    "ags": "05913000",
    "name": "Dortmund, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Kreisfreie Stadt Dortmund",
    "office_zip": "44135",
    "office_street": "Friedensplatz 1",
    "office_city": "Dortmund",
    "area": 280.71,
    "citizens_total": 588250,
    "citizens_male": 298911,
    "citizens_female": 289339,
    "population_density": 2096.0,
    "area_accumulated": 280.71,
    "citizens_accumulated": {
        "total": 588250,
        "female": 289339,
        "male": 298911
    },
    "longitude": 7.464165,
    "latitude": 51.514171,
    "travel_name": "Ruhrgebiet",
    "travel_code": "H11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3438/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3437/?format=api",
    "children": [],
    "zip_codes": [
        "44135",
        "44137",
        "44139",
        "44141",
        "44143",
        "44145",
        "44147",
        "44149",
        "44225",
        "44227",
        "44229",
        "44263",
        "44265",
        "44267",
        "44269",
        "44287",
        "44289",
        "44309",
        "44319",
        "44328",
        "44329",
        "44339",
        "44357",
        "44359",
        "44369",
        "44379",
        "44388"
    ]
}