Define AdministrativeDivision view set (return all)

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

{
    "id": 13147,
    "ags": "12070280",
    "name": "Meyenburg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Amt Meyenburg",
    "office_zip": "16945",
    "office_street": "Freyensteiner Straße 42",
    "office_city": "Meyenburg",
    "area": 50.74,
    "citizens_total": 2065,
    "citizens_male": 1032,
    "citizens_female": 1033,
    "population_density": 41.0,
    "area_accumulated": 50.74,
    "citizens_accumulated": {
        "total": 2065,
        "female": 1033,
        "male": 1032
    },
    "longitude": 12.241387,
    "latitude": 53.31502,
    "travel_name": "Prignitz",
    "travel_code": "A01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13147/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13142/?format=api",
    "children": [],
    "zip_codes": [
        "16945"
    ]
}