Define AdministrativeDivision view set (return all)

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

{
    "id": 14538,
    "ags": "14625190",
    "name": "Großpostwitz/O.L. / Budestecy",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Großpostwitz/O.L.",
    "office_zip": "02692",
    "office_street": "Gemeindeplatz 3",
    "office_city": "Großpostwitz/O.L.",
    "area": 16.48,
    "citizens_total": 2741,
    "citizens_male": 1376,
    "citizens_female": 1365,
    "population_density": 166.0,
    "area_accumulated": 16.48,
    "citizens_accumulated": {
        "total": 2741,
        "female": 1365,
        "male": 1376
    },
    "longitude": 14.440359,
    "latitude": 51.119209,
    "travel_name": "Oberlausitz/Niederschlesien",
    "travel_code": "C03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14538/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14537/?format=api",
    "children": [],
    "zip_codes": [
        "02692"
    ]
}