Define AdministrativeDivision view set (return all)

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

{
    "id": 7404,
    "ags": "08127063",
    "name": "Obersontheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Obersontheim",
    "office_zip": "74423",
    "office_street": null,
    "office_city": null,
    "area": 54.84,
    "citizens_total": 5355,
    "citizens_male": 2649,
    "citizens_female": 2706,
    "population_density": 98.0,
    "area_accumulated": 54.84,
    "citizens_accumulated": {
        "total": 5355,
        "female": 2706,
        "male": 2649
    },
    "longitude": 9.89935,
    "latitude": 49.057122,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "http://gvz.tuerantuer.org/api/administrative_divisions/7404/?format=api",
    "parent": "http://gvz.tuerantuer.org/api/administrative_divisions/7401/?format=api",
    "children": [],
    "zip_codes": [
        "74423"
    ]
}