Define AdministrativeDivision view set (return all)

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

{
    "id": 15477,
    "ags": "16065052",
    "name": "Oberheldrungen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "EG An der Schmücke",
    "office_zip": "06577",
    "office_street": "Am Bahnhof 43",
    "office_city": "An",
    "area": 12.46,
    "citizens_total": 796,
    "citizens_male": 392,
    "citizens_female": 404,
    "population_density": 64.0,
    "area_accumulated": 12.46,
    "citizens_accumulated": {
        "total": 796,
        "female": 404,
        "male": 392
    },
    "longitude": 11.245569,
    "latitude": 51.279413,
    "travel_name": "Südharz Kyffhäuser",
    "travel_code": "E19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15477/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15475/?format=api",
    "children": [],
    "zip_codes": [
        "06577"
    ]
}