Define AdministrativeDivision view set (return all)

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

{
    "id": 5690,
    "ags": "07211000",
    "name": "Trier, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadtverwaltung Trier",
    "office_zip": "54290",
    "office_street": "Am Augustinerhof",
    "office_city": "Trier",
    "area": 117.06,
    "citizens_total": 111528,
    "citizens_male": 56475,
    "citizens_female": 55053,
    "population_density": 953.0,
    "area_accumulated": 117.06,
    "citizens_accumulated": {
        "total": 111528,
        "female": 55053,
        "male": 56475
    },
    "longitude": 6.638021,
    "latitude": 49.757603,
    "travel_name": "Mosel-Saar",
    "travel_code": "J14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5690/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5689/?format=api",
    "children": [],
    "zip_codes": [
        "54290",
        "54292",
        "54293",
        "54294",
        "54295",
        "54296"
    ]
}