Define AdministrativeDivision view set (return all)

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

{
    "id": 1918,
    "ags": "03351003",
    "name": "Beedenbostel",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Lachendorf",
    "office_zip": "29355",
    "office_street": "Oppershäuser Straße 1",
    "office_city": "Lachendorf",
    "area": 12.58,
    "citizens_total": 1015,
    "citizens_male": 498,
    "citizens_female": 517,
    "population_density": 81.0,
    "area_accumulated": 12.58,
    "citizens_accumulated": {
        "total": 1015,
        "female": 517,
        "male": 498
    },
    "longitude": 10.257174,
    "latitude": 52.644316,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1918/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1916/?format=api",
    "children": [],
    "zip_codes": [
        "29355"
    ]
}