Define AdministrativeDivision view set (return all)

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

{
    "id": 13464,
    "ags": "13072074",
    "name": "Neubukow, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Neubukow",
    "office_zip": "18233",
    "office_street": "Am Markt 1",
    "office_city": "Neubukow",
    "area": 25.12,
    "citizens_total": 3952,
    "citizens_male": 2008,
    "citizens_female": 1944,
    "population_density": 157.0,
    "area_accumulated": 25.12,
    "citizens_accumulated": {
        "total": 3952,
        "female": 1944,
        "male": 2008
    },
    "longitude": 11.673184,
    "latitude": 54.032344,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13464/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13463/?format=api",
    "children": [],
    "zip_codes": [
        "18233"
    ]
}