Define AdministrativeDivision view set (return all)

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

{
    "id": 2138,
    "ags": "03357039",
    "name": "Rotenburg (Wümme), Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Rotenburg (Wümme)",
    "office_zip": "27356",
    "office_street": "Große Straße 1",
    "office_city": "Rotenburg/Wümme",
    "area": 99.06,
    "citizens_total": 21956,
    "citizens_male": 11169,
    "citizens_female": 10787,
    "population_density": 222.0,
    "area_accumulated": 99.06,
    "citizens_accumulated": {
        "total": 21956,
        "female": 10787,
        "male": 11169
    },
    "longitude": 9.409408,
    "latitude": 53.111546,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2138/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2137/?format=api",
    "children": [],
    "zip_codes": [
        "27356"
    ]
}