Define AdministrativeDivision view set (return all)

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

{
    "id": 2098,
    "ags": "03355005",
    "name": "Barendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Ostheide",
    "office_zip": "21397",
    "office_street": "Schulstraße 2",
    "office_city": "Barendorf",
    "area": 9.31,
    "citizens_total": 2470,
    "citizens_male": 1218,
    "citizens_female": 1252,
    "population_density": 265.0,
    "area_accumulated": 9.31,
    "citizens_accumulated": {
        "total": 2470,
        "female": 1252,
        "male": 1218
    },
    "longitude": 10.521495,
    "latitude": 53.228804,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2098/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2097/?format=api",
    "children": [],
    "zip_codes": [
        "21397"
    ]
}