Define AdministrativeDivision view set (return all)

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

{
    "id": 12852,
    "ags": "12064448",
    "name": "Seelow, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Seelow",
    "office_zip": "15306",
    "office_street": "Küstriner Straße 61 und 67",
    "office_city": "Seelow",
    "area": 42.73,
    "citizens_total": 5422,
    "citizens_male": 2819,
    "citizens_female": 2603,
    "population_density": 127.0,
    "area_accumulated": 42.73,
    "citizens_accumulated": {
        "total": 5422,
        "female": 2603,
        "male": 2819
    },
    "longitude": 14.381058,
    "latitude": 52.533809,
    "travel_name": "Seenland Oder-Spree",
    "travel_code": "A06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12852/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12851/?format=api",
    "children": [],
    "zip_codes": [
        "15306"
    ]
}