Define AdministrativeDivision view set (return all)

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

{
    "id": 2047,
    "ags": "03354017",
    "name": "Lübbow",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Lüchow (Wendland)",
    "office_zip": "29488",
    "office_street": "Theodor-Körner-Straße 14",
    "office_city": "Lüchow,",
    "area": 19.52,
    "citizens_total": 807,
    "citizens_male": 387,
    "citizens_female": 420,
    "population_density": 41.0,
    "area_accumulated": 19.52,
    "citizens_accumulated": {
        "total": 807,
        "female": 420,
        "male": 387
    },
    "longitude": 11.181483,
    "latitude": 52.909636,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2047/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2041/?format=api",
    "children": [],
    "zip_codes": [
        "29488"
    ]
}