Define AdministrativeDivision view set (return all)

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

{
    "id": 12864,
    "ags": "12064057",
    "name": "Bleyen-Genschmar",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Golzow",
    "office_zip": "15328",
    "office_street": "Seelower Straße 14",
    "office_city": "Golzow",
    "area": 29.68,
    "citizens_total": 443,
    "citizens_male": 209,
    "citizens_female": 234,
    "population_density": 15.0,
    "area_accumulated": 29.68,
    "citizens_accumulated": {
        "total": 443,
        "female": 234,
        "male": 209
    },
    "longitude": 14.511907,
    "latitude": 52.613691,
    "travel_name": "Seenland Oder-Spree",
    "travel_code": "A06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12864/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12862/?format=api",
    "children": [],
    "zip_codes": [
        "15328"
    ]
}