Define AdministrativeDivision view set (return all)

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

{
    "id": 13006,
    "ags": "12067473",
    "name": "Steinhöfel",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Odervorland",
    "office_zip": "15518",
    "office_street": "Bahnhofstraße 3-4",
    "office_city": "Briesen",
    "area": 160.47,
    "citizens_total": 4495,
    "citizens_male": 2260,
    "citizens_female": 2235,
    "population_density": 28.0,
    "area_accumulated": 160.47,
    "citizens_accumulated": {
        "total": 4495,
        "female": 2235,
        "male": 2260
    },
    "longitude": 14.165947,
    "latitude": 52.400101,
    "travel_name": "Seenland Oder-Spree",
    "travel_code": "A06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13006/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13002/?format=api",
    "children": [],
    "zip_codes": [
        "15518"
    ]
}