Define AdministrativeDivision view set (return all)

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

{
    "id": 12532,
    "ags": "10041512",
    "name": "Großrosseln",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Großrosseln",
    "office_zip": "66352",
    "office_street": "Klosterplatz 2-3",
    "office_city": "Goßrosseln",
    "area": 25.26,
    "citizens_total": 7943,
    "citizens_male": 4108,
    "citizens_female": 3835,
    "population_density": 314.0,
    "area_accumulated": 25.26,
    "citizens_accumulated": {
        "total": 7943,
        "female": 3835,
        "male": 4108
    },
    "longitude": 6.839853,
    "latitude": 49.205999,
    "travel_name": "Übriges Saarland",
    "travel_code": "K03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12532/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12531/?format=api",
    "children": [],
    "zip_codes": [
        "66352"
    ]
}