Define AdministrativeDivision view set (return all)

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

{
    "id": 2085,
    "ags": "03355025",
    "name": "Nahrendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Dahlenburg",
    "office_zip": "21369",
    "office_street": "Am Markt 17",
    "office_city": "Dahlenburg",
    "area": 44.31,
    "citizens_total": 1239,
    "citizens_male": 634,
    "citizens_female": 605,
    "population_density": 28.0,
    "area_accumulated": 44.31,
    "citizens_accumulated": {
        "total": 1239,
        "female": 605,
        "male": 634
    },
    "longitude": 10.814655,
    "latitude": 53.174123,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2085/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2081/?format=api",
    "children": [],
    "zip_codes": [
        "21369"
    ]
}