Define AdministrativeDivision view set (return all)

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

{
    "id": 2099,
    "ags": "03355026",
    "name": "Neetze",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Ostheide",
    "office_zip": "21398",
    "office_street": "Schulstraße 2",
    "office_city": "Barendorf",
    "area": 26.86,
    "citizens_total": 2650,
    "citizens_male": 1330,
    "citizens_female": 1320,
    "population_density": 99.0,
    "area_accumulated": 26.86,
    "citizens_accumulated": {
        "total": 2650,
        "female": 1320,
        "male": 1330
    },
    "longitude": 10.624248,
    "latitude": 53.26555,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2099/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2097/?format=api",
    "children": [],
    "zip_codes": [
        "21398"
    ]
}