Define AdministrativeDivision view set (return all)

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

{
    "id": 14188,
    "ags": "14521550",
    "name": "Schwarzenberg/Erzgeb., Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Große Kreisstadt Schwarzenberg/Erzgeb.",
    "office_zip": "08340",
    "office_street": "Straße der Einheit 20",
    "office_city": "Schwarzenberg",
    "area": 46.31,
    "citizens_total": 16447,
    "citizens_male": 8552,
    "citizens_female": 7895,
    "population_density": 355.0,
    "area_accumulated": 46.31,
    "citizens_accumulated": {
        "total": 16447,
        "female": 7895,
        "male": 8552
    },
    "longitude": 12.784811,
    "latitude": 50.537823,
    "travel_name": "Erzgebirge",
    "travel_code": "C06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14188/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14187/?format=api",
    "children": [],
    "zip_codes": [
        "08340"
    ]
}