Define AdministrativeDivision view set (return all)

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

{
    "id": 1332,
    "ags": "03151003",
    "name": "Bergfeld",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Brome",
    "office_zip": "38467",
    "office_street": "Bahnhofstraße 36",
    "office_city": "Brome",
    "area": 10.62,
    "citizens_total": 894,
    "citizens_male": 445,
    "citizens_female": 449,
    "population_density": 84.0,
    "area_accumulated": 10.62,
    "citizens_accumulated": {
        "total": 894,
        "female": 449,
        "male": 445
    },
    "longitude": 10.845843,
    "latitude": 52.546012,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1332/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1331/?format=api",
    "children": [],
    "zip_codes": [
        "38467"
    ]
}