Define AdministrativeDivision view set (return all)

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

{
    "id": 14837,
    "ags": "14730190",
    "name": "Mockrehna",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Mockrehna",
    "office_zip": "04862",
    "office_street": "Unterdorf 4",
    "office_city": "Mockrehna",
    "area": 115.82,
    "citizens_total": 5041,
    "citizens_male": 2480,
    "citizens_female": 2561,
    "population_density": 44.0,
    "area_accumulated": 115.82,
    "citizens_accumulated": {
        "total": 5041,
        "female": 2561,
        "male": 2480
    },
    "longitude": 12.815498,
    "latitude": 51.507858,
    "travel_name": "Sächsisches Burgen- und Heideland",
    "travel_code": "C07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14837/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14836/?format=api",
    "children": [],
    "zip_codes": [
        "04862"
    ]
}