Define AdministrativeDivision view set (return all)

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

{
    "id": 12648,
    "ags": "12052000",
    "name": "Cottbus/Chóśebuz, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadtverwaltung Cottbus",
    "office_zip": "03046",
    "office_street": "Neumarkt 5",
    "office_city": "Cottbus",
    "area": 165.62,
    "citizens_total": 99678,
    "citizens_male": 50862,
    "citizens_female": 48816,
    "population_density": 602.0,
    "area_accumulated": 165.62,
    "citizens_accumulated": {
        "total": 99678,
        "female": 48816,
        "male": 50862
    },
    "longitude": 14.335117,
    "latitude": 51.759345,
    "travel_name": "Spreewald",
    "travel_code": "A08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12648/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12647/?format=api",
    "children": [],
    "zip_codes": [
        "03042",
        "03044",
        "03046",
        "03048",
        "03050",
        "03051",
        "03052",
        "03053",
        "03054",
        "03055"
    ]
}