Define AdministrativeDivision view set (return all)

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

{
    "id": 14571,
    "ags": "14626250",
    "name": "Krauschwitz i.d. O.L. / Krušwica",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Krauschwitz i.d. O.L.",
    "office_zip": "02957",
    "office_street": "Geschwister-Scholl-Straße 100",
    "office_city": "Krauschwitz",
    "area": 106.83,
    "citizens_total": 3469,
    "citizens_male": 1752,
    "citizens_female": 1717,
    "population_density": 32.0,
    "area_accumulated": 106.83,
    "citizens_accumulated": {
        "total": 3469,
        "female": 1717,
        "male": 1752
    },
    "longitude": 14.718151,
    "latitude": 51.516045,
    "travel_name": "Oberlausitz/Niederschlesien",
    "travel_code": "C03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14571/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14570/?format=api",
    "children": [],
    "zip_codes": [
        "02957"
    ]
}