Define AdministrativeDivision view set (return all)

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

{
    "id": 2052,
    "ags": "03354025",
    "name": "Woltersdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Lüchow (Wendland)",
    "office_zip": "29497",
    "office_street": "Theodor-Körner-Straße 14",
    "office_city": "Lüchow,",
    "area": 28.05,
    "citizens_total": 895,
    "citizens_male": 437,
    "citizens_female": 458,
    "population_density": 32.0,
    "area_accumulated": 28.05,
    "citizens_accumulated": {
        "total": 895,
        "female": 458,
        "male": 437
    },
    "longitude": 11.22332,
    "latitude": 52.953664,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2052/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2041/?format=api",
    "children": [],
    "zip_codes": [
        "29497"
    ]
}