Define AdministrativeDivision view set (return all)

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

{
    "id": 12987,
    "ags": "12067481",
    "name": "Storkow (Mark), Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Storkow (Mark)",
    "office_zip": "15859",
    "office_street": "Rudolf-Breitscheid-Straße 74",
    "office_city": "Storkow",
    "area": 180.71,
    "citizens_total": 9226,
    "citizens_male": 4654,
    "citizens_female": 4572,
    "population_density": 51.0,
    "area_accumulated": 180.71,
    "citizens_accumulated": {
        "total": 9226,
        "female": 4572,
        "male": 4654
    },
    "longitude": 13.932683,
    "latitude": 52.257122,
    "travel_name": "Seenland Oder-Spree",
    "travel_code": "A06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12987/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12986/?format=api",
    "children": [],
    "zip_codes": [
        "15859"
    ]
}