Define AdministrativeDivision view set (return all)

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

{
    "id": 3381,
    "ags": "05766052",
    "name": "Lügde, Stadt der Osterräder",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Lügde",
    "office_zip": "32676",
    "office_street": "Am Markt 1",
    "office_city": "Lügde",
    "area": 88.64,
    "citizens_total": 9390,
    "citizens_male": 4766,
    "citizens_female": 4624,
    "population_density": 106.0,
    "area_accumulated": 88.64,
    "citizens_accumulated": {
        "total": 9390,
        "female": 4624,
        "male": 4766
    },
    "longitude": 9.245996,
    "latitude": 51.957888,
    "travel_name": "Teutoburger Wald",
    "travel_code": "H04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3381/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3380/?format=api",
    "children": [],
    "zip_codes": [
        "32676"
    ]
}