Define AdministrativeDivision view set (return all)

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

{
    "id": 2062,
    "ags": "03355009",
    "name": "Bleckede, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Bleckede",
    "office_zip": "21354",
    "office_street": "Lüneburger Straße 2a",
    "office_city": "Bleckede",
    "area": 140.65,
    "citizens_total": 9471,
    "citizens_male": 4898,
    "citizens_female": 4573,
    "population_density": 67.0,
    "area_accumulated": 140.65,
    "citizens_accumulated": {
        "total": 9471,
        "female": 4573,
        "male": 4898
    },
    "longitude": 10.732726,
    "latitude": 53.291349,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2062/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2061/?format=api",
    "children": [],
    "zip_codes": [
        "19273",
        "21354"
    ]
}