Define AdministrativeDivision view set (return all)

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

{
    "id": 14007,
    "ags": "13076096",
    "name": "Mestlin",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Goldberg-Mildenitz",
    "office_zip": "19374",
    "office_street": "Lange Straße 67",
    "office_city": "Goldberg",
    "area": 32.8,
    "citizens_total": 753,
    "citizens_male": 367,
    "citizens_female": 386,
    "population_density": 23.0,
    "area_accumulated": 32.8,
    "citizens_accumulated": {
        "total": 753,
        "female": 386,
        "male": 367
    },
    "longitude": 11.92708,
    "latitude": 53.580544,
    "travel_name": "Westmecklenburg",
    "travel_code": "B04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14007/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14004/?format=api",
    "children": [],
    "zip_codes": [
        "19374"
    ]
}