Define AdministrativeDivision view set (return all)

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

{
    "id": 12844,
    "ags": "12064317",
    "name": "Müncheberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Müncheberg",
    "office_zip": "15374",
    "office_street": "Rathausstraße 1",
    "office_city": "Müncheberg",
    "area": 152.29,
    "citizens_total": 6945,
    "citizens_male": 3425,
    "citizens_female": 3520,
    "population_density": 46.0,
    "area_accumulated": 152.29,
    "citizens_accumulated": {
        "total": 6945,
        "female": 3520,
        "male": 3425
    },
    "longitude": 14.140462,
    "latitude": 52.503279,
    "travel_name": "Seenland Oder-Spree",
    "travel_code": "A06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12844/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12843/?format=api",
    "children": [],
    "zip_codes": [
        "15374"
    ]
}