Define AdministrativeDivision view set (return all)

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

{
    "id": 12979,
    "ags": "12067144",
    "name": "Fürstenwalde/Spree, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Fürstenwalde/Spree",
    "office_zip": "15517",
    "office_street": "Am Markt 4",
    "office_city": "Fürstenwalde/Spree",
    "area": 70.68,
    "citizens_total": 31965,
    "citizens_male": 16232,
    "citizens_female": 15733,
    "population_density": 452.0,
    "area_accumulated": 70.68,
    "citizens_accumulated": {
        "total": 31965,
        "female": 15733,
        "male": 16232
    },
    "longitude": 14.064713,
    "latitude": 52.35966,
    "travel_name": "Seenland Oder-Spree",
    "travel_code": "A06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12979/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12978/?format=api",
    "children": [],
    "zip_codes": [
        "15517"
    ]
}