Define AdministrativeDivision view set (return all)

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

{
    "id": 14886,
    "ags": "15081240",
    "name": "Kalbe (Milde), Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Kalbe (Milde), Stadt",
    "office_zip": "39624",
    "office_street": "Schulstraße 11",
    "office_city": "Kalbe",
    "area": 272.84,
    "citizens_total": 7580,
    "citizens_male": 3738,
    "citizens_female": 3842,
    "population_density": 28.0,
    "area_accumulated": 272.84,
    "citizens_accumulated": {
        "total": 7580,
        "female": 3842,
        "male": 3738
    },
    "longitude": 11.389156,
    "latitude": 52.656091,
    "travel_name": "Altmark",
    "travel_code": "D05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14886/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14885/?format=api",
    "children": [],
    "zip_codes": [
        "39624"
    ]
}