Define AdministrativeDivision view set (return all)

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

{
    "id": 12964,
    "ags": "12066120",
    "name": "Guteborn",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Ruhland",
    "office_zip": "01945",
    "office_street": "Rudolf-Breitscheid-Straße 4",
    "office_city": "Ruhland",
    "area": 16.69,
    "citizens_total": 520,
    "citizens_male": 246,
    "citizens_female": 274,
    "population_density": 31.0,
    "area_accumulated": 16.69,
    "citizens_accumulated": {
        "total": 520,
        "female": 274,
        "male": 246
    },
    "longitude": 13.929125,
    "latitude": 51.420759,
    "travel_name": "Lausitzer Seenland",
    "travel_code": "A14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12964/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12962/?format=api",
    "children": [],
    "zip_codes": [
        "01945"
    ]
}