Define AdministrativeDivision view set (return all)

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

{
    "id": 14743,
    "ags": "14628240",
    "name": "Lohmen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Lohmen",
    "office_zip": "01847",
    "office_street": "Schloß Lohmen 1",
    "office_city": "Lohmen",
    "area": 25.9,
    "citizens_total": 3084,
    "citizens_male": 1583,
    "citizens_female": 1501,
    "population_density": 119.0,
    "area_accumulated": 25.9,
    "citizens_accumulated": {
        "total": 3084,
        "female": 1501,
        "male": 1583
    },
    "longitude": 13.998567,
    "latitude": 50.989001,
    "travel_name": "Sächsische Schweiz",
    "travel_code": "C04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14743/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14742/?format=api",
    "children": [],
    "zip_codes": [
        "01847"
    ]
}