Define AdministrativeDivision view set (return all)

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

{
    "id": 14869,
    "ags": "14730360",
    "name": "Zschepplin",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Zschepplin",
    "office_zip": "04838",
    "office_street": "Bahnhofstraße 1",
    "office_city": "Zschepplin",
    "area": 68.36,
    "citizens_total": 2849,
    "citizens_male": 1416,
    "citizens_female": 1433,
    "population_density": 42.0,
    "area_accumulated": 68.36,
    "citizens_accumulated": {
        "total": 2849,
        "female": 1433,
        "male": 1416
    },
    "longitude": 12.603693,
    "latitude": 51.501903,
    "travel_name": "Sächsisches Burgen- und Heideland",
    "travel_code": "C07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14869/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14867/?format=api",
    "children": [],
    "zip_codes": [
        "04838"
    ]
}