Define AdministrativeDivision view set (return all)

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

{
    "id": 2165,
    "ags": "03357014",
    "name": "Farven",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Selsingen",
    "office_zip": "27446",
    "office_street": "Hauptstraße 30",
    "office_city": "Selsingen",
    "area": 25.53,
    "citizens_total": 608,
    "citizens_male": 271,
    "citizens_female": 337,
    "population_density": 24.0,
    "area_accumulated": 25.53,
    "citizens_accumulated": {
        "total": 608,
        "female": 337,
        "male": 271
    },
    "longitude": 9.321113,
    "latitude": 53.433712,
    "travel_name": "Unterelbe-Unterweser",
    "travel_code": "G04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2165/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2162/?format=api",
    "children": [],
    "zip_codes": [
        "27446"
    ]
}