Define AdministrativeDivision view set (return all)

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

{
    "id": 14882,
    "ags": "15081030",
    "name": "Arendsee (Altmark), Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Arendsee (Altmark), Stadt",
    "office_zip": "39619",
    "office_street": "Am Markt 3",
    "office_city": "Arendsee",
    "area": 269.69,
    "citizens_total": 6750,
    "citizens_male": 3366,
    "citizens_female": 3384,
    "population_density": 25.0,
    "area_accumulated": 269.69,
    "citizens_accumulated": {
        "total": 6750,
        "female": 3384,
        "male": 3366
    },
    "longitude": 11.489149,
    "latitude": 52.881825,
    "travel_name": "Altmark",
    "travel_code": "D05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14882/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14881/?format=api",
    "children": [],
    "zip_codes": [
        "39619"
    ]
}