Define AdministrativeDivision view set (return all)

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

{
    "id": 12869,
    "ags": "12064268",
    "name": "Lebus, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Amt Lebus",
    "office_zip": "15326",
    "office_street": "Breite Straße 1",
    "office_city": "Lebus",
    "area": 54.29,
    "citizens_total": 3124,
    "citizens_male": 1554,
    "citizens_female": 1570,
    "population_density": 58.0,
    "area_accumulated": 54.29,
    "citizens_accumulated": {
        "total": 3124,
        "female": 1570,
        "male": 1554
    },
    "longitude": 14.539936,
    "latitude": 52.425777,
    "travel_name": "Seenland Oder-Spree",
    "travel_code": "A06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12869/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12868/?format=api",
    "children": [],
    "zip_codes": [
        "15326"
    ]
}