Define AdministrativeDivision view set (return all)

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

{
    "id": 14577,
    "ags": "14626310",
    "name": "Mittelherwigsdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Mittelherwigsdorf",
    "office_zip": "02763",
    "office_street": "Am Gemeindeamt 7",
    "office_city": "Mittelherwigsdorf",
    "area": 36.45,
    "citizens_total": 3634,
    "citizens_male": 1822,
    "citizens_female": 1812,
    "population_density": 100.0,
    "area_accumulated": 36.45,
    "citizens_accumulated": {
        "total": 3634,
        "female": 1812,
        "male": 1822
    },
    "longitude": 14.764425,
    "latitude": 50.917489,
    "travel_name": "Oberlausitz/Niederschlesien",
    "travel_code": "C03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14577/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14576/?format=api",
    "children": [],
    "zip_codes": [
        "02763"
    ]
}