Define AdministrativeDivision view set (return all)

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

{
    "id": 6181,
    "ags": "07235132",
    "name": "Tawern",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Konz",
    "office_zip": "54456",
    "office_street": "Am Markt 11",
    "office_city": "Konz",
    "area": 10.24,
    "citizens_total": 2647,
    "citizens_male": 1276,
    "citizens_female": 1371,
    "population_density": 258.0,
    "area_accumulated": 10.24,
    "citizens_accumulated": {
        "total": 2647,
        "female": 1371,
        "male": 1276
    },
    "longitude": 6.516142,
    "latitude": 49.673328,
    "travel_name": "Mosel-Saar",
    "travel_code": "J14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6181/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6174/?format=api",
    "children": [],
    "zip_codes": [
        "54456"
    ]
}