Define AdministrativeDivision view set (return all)

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

{
    "id": 12597,
    "ags": "10044119",
    "name": "Überherrn",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Überherrn",
    "office_zip": "66802",
    "office_street": "Rathausstraße 101",
    "office_city": "Überherrn",
    "area": 34.31,
    "citizens_total": 11379,
    "citizens_male": 5922,
    "citizens_female": 5457,
    "population_density": 332.0,
    "area_accumulated": 34.31,
    "citizens_accumulated": {
        "total": 11379,
        "female": 5457,
        "male": 5922
    },
    "longitude": 6.698427,
    "latitude": 49.242233,
    "travel_name": "Übriges Saarland",
    "travel_code": "K03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12597/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12596/?format=api",
    "children": [],
    "zip_codes": [
        "66802"
    ]
}