Define AdministrativeDivision view set (return all)

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

{
    "id": 13251,
    "ags": "12073309",
    "name": "Hohenselchow-Groß Pinnow",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Gartz (Oder)",
    "office_zip": "16306",
    "office_street": "Kleine Klosterstraße 153",
    "office_city": "Amt",
    "area": 41.5,
    "citizens_total": 759,
    "citizens_male": 380,
    "citizens_female": 379,
    "population_density": 18.0,
    "area_accumulated": 41.5,
    "citizens_accumulated": {
        "total": 759,
        "female": 379,
        "male": 380
    },
    "longitude": 14.279904,
    "latitude": 53.204435,
    "travel_name": "Uckermark",
    "travel_code": "A03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13251/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13248/?format=api",
    "children": [],
    "zip_codes": [
        "16306"
    ]
}