Define AdministrativeDivision view set (return all)

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

{
    "id": 3191,
    "ags": "05562008",
    "name": "Datteln, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Datteln",
    "office_zip": "45711",
    "office_street": "Genthiner Straße 8",
    "office_city": "Datteln",
    "area": 66.1,
    "citizens_total": 34596,
    "citizens_male": 17684,
    "citizens_female": 16912,
    "population_density": 523.0,
    "area_accumulated": 66.1,
    "citizens_accumulated": {
        "total": 34596,
        "female": 16912,
        "male": 17684
    },
    "longitude": 7.342615,
    "latitude": 51.653082,
    "travel_name": "Ruhrgebiet",
    "travel_code": "H11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3191/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3190/?format=api",
    "children": [],
    "zip_codes": [
        "45711"
    ]
}