Define AdministrativeDivision view set (return all)

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

{
    "id": 12784,
    "ags": "12062282",
    "name": "Kremitzaue",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Schlieben",
    "office_zip": "04936",
    "office_street": "Herzberger Straße 7",
    "office_city": "Schlieben",
    "area": 23.59,
    "citizens_total": 801,
    "citizens_male": 409,
    "citizens_female": 392,
    "population_density": 34.0,
    "area_accumulated": 23.59,
    "citizens_accumulated": {
        "total": 801,
        "female": 392,
        "male": 409
    },
    "longitude": 13.315825,
    "latitude": 51.725756,
    "travel_name": "Elbe Elster Land",
    "travel_code": "A10",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12784/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12781/?format=api",
    "children": [],
    "zip_codes": [
        "04916",
        "04936"
    ]
}