Define AdministrativeDivision view set (return all)

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

{
    "id": 5017,
    "ags": "07135068",
    "name": "Neef",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Zell (Mosel)",
    "office_zip": "56858",
    "office_street": "Corray 1",
    "office_city": "Zell",
    "area": 6.48,
    "citizens_total": 431,
    "citizens_male": 211,
    "citizens_female": 220,
    "population_density": 67.0,
    "area_accumulated": 6.48,
    "citizens_accumulated": {
        "total": 431,
        "female": 220,
        "male": 211
    },
    "longitude": 7.137711,
    "latitude": 50.091002,
    "travel_name": "Mosel-Saar",
    "travel_code": "J14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5017/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5003/?format=api",
    "children": [],
    "zip_codes": [
        "56858"
    ]
}