Define AdministrativeDivision view set (return all)

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

{
    "id": 14623,
    "ags": "14626480",
    "name": "Rothenburg/O.L., Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Rothenburg/O.L.",
    "office_zip": "02929",
    "office_street": "Marktplatz 1",
    "office_city": "Rothenburg/O.L.",
    "area": 72.4,
    "citizens_total": 4458,
    "citizens_male": 2207,
    "citizens_female": 2251,
    "population_density": 62.0,
    "area_accumulated": 72.4,
    "citizens_accumulated": {
        "total": 4458,
        "female": 2251,
        "male": 2207
    },
    "longitude": 14.966788,
    "latitude": 51.33588,
    "travel_name": "Oberlausitz/Niederschlesien",
    "travel_code": "C03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14623/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14621/?format=api",
    "children": [],
    "zip_codes": [
        "02929"
    ]
}