Define AdministrativeDivision view set (return all)

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

{
    "id": 1877,
    "ags": "03257013",
    "name": "Helpsen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Nienstädt",
    "office_zip": "31691",
    "office_street": "Bahnhofstraße 7",
    "office_city": "Helpsen",
    "area": 7.77,
    "citizens_total": 1921,
    "citizens_male": 1004,
    "citizens_female": 917,
    "population_density": 247.0,
    "area_accumulated": 7.77,
    "citizens_accumulated": {
        "total": 1921,
        "female": 917,
        "male": 1004
    },
    "longitude": 9.115865,
    "latitude": 52.311691,
    "travel_name": "Weserbergland",
    "travel_code": "G10",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1877/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1876/?format=api",
    "children": [],
    "zip_codes": [
        "31691"
    ]
}