Define AdministrativeDivision view set (return all)

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

{
    "id": 2100,
    "ags": "03355030",
    "name": "Reinstorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Ostheide",
    "office_zip": "21400",
    "office_street": "Schulstraße 2",
    "office_city": "Barendorf",
    "area": 30.47,
    "citizens_total": 1277,
    "citizens_male": 674,
    "citizens_female": 603,
    "population_density": 42.0,
    "area_accumulated": 30.47,
    "citizens_accumulated": {
        "total": 1277,
        "female": 603,
        "male": 674
    },
    "longitude": 10.572521,
    "latitude": 53.234322,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2100/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2097/?format=api",
    "children": [],
    "zip_codes": [
        "21400"
    ]
}