Define AdministrativeDivision view set (return all)

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

{
    "id": 6185,
    "ags": "07235146",
    "name": "Wellen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Konz",
    "office_zip": "54441",
    "office_street": "Am Markt 11",
    "office_city": "Konz",
    "area": 3.09,
    "citizens_total": 810,
    "citizens_male": 397,
    "citizens_female": 413,
    "population_density": 262.0,
    "area_accumulated": 3.09,
    "citizens_accumulated": {
        "total": 810,
        "female": 413,
        "male": 397
    },
    "longitude": 6.435928,
    "latitude": 49.668719,
    "travel_name": "Mosel-Saar",
    "travel_code": "J14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6185/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6174/?format=api",
    "children": [],
    "zip_codes": [
        "54441"
    ]
}