Define AdministrativeDivision view set (return all)

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

{
    "id": 12749,
    "ags": "12062124",
    "name": "Elsterwerda, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Elsterwerda",
    "office_zip": "04910",
    "office_street": "Hauptstraße 12",
    "office_city": "Elsterwerda",
    "area": 40.58,
    "citizens_total": 7853,
    "citizens_male": 4018,
    "citizens_female": 3835,
    "population_density": 194.0,
    "area_accumulated": 40.58,
    "citizens_accumulated": {
        "total": 7853,
        "female": 3835,
        "male": 4018
    },
    "longitude": 13.520152,
    "latitude": 51.460775,
    "travel_name": "Elbe Elster Land",
    "travel_code": "A10",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12749/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12748/?format=api",
    "children": [],
    "zip_codes": [
        "04910"
    ]
}