Define AdministrativeDivision view set (return all)

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

{
    "id": 2619,
    "ags": "03458013",
    "name": "Wardenburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Wardenburg",
    "office_zip": "26203",
    "office_street": "Friedrichstraße 16",
    "office_city": "Wardenburg",
    "area": 118.8,
    "citizens_total": 16138,
    "citizens_male": 8296,
    "citizens_female": 7842,
    "population_density": 136.0,
    "area_accumulated": 118.8,
    "citizens_accumulated": {
        "total": 16138,
        "female": 7842,
        "male": 8296
    },
    "longitude": 8.19767,
    "latitude": 53.059731,
    "travel_name": "Oldenburger Land",
    "travel_code": "G05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2619/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2618/?format=api",
    "children": [],
    "zip_codes": [
        "26203"
    ]
}