Define AdministrativeDivision view set (return all)

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

{
    "id": 14735,
    "ags": "14628250",
    "name": "Müglitztal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Müglitztal",
    "office_zip": "01809",
    "office_street": "Schulstraße 18",
    "office_city": "Müglitztal",
    "area": 21.01,
    "citizens_total": 1910,
    "citizens_male": 930,
    "citizens_female": 980,
    "population_density": 91.0,
    "area_accumulated": 21.01,
    "citizens_accumulated": {
        "total": 1910,
        "female": 980,
        "male": 930
    },
    "longitude": 13.862512,
    "latitude": 50.934367,
    "travel_name": "Sächsische Schweiz",
    "travel_code": "C04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14735/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14733/?format=api",
    "children": [],
    "zip_codes": [
        "01809"
    ]
}