Define AdministrativeDivision view set (return all)

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

{
    "id": 2265,
    "ags": "03359027",
    "name": "Horneburg, Flecken",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Horneburg",
    "office_zip": "21640",
    "office_street": "Lange Straße 47-49",
    "office_city": "Horneburg",
    "area": 17.13,
    "citizens_total": 6257,
    "citizens_male": 3172,
    "citizens_female": 3085,
    "population_density": 365.0,
    "area_accumulated": 17.13,
    "citizens_accumulated": {
        "total": 6257,
        "female": 3085,
        "male": 3172
    },
    "longitude": 9.584394,
    "latitude": 53.506914,
    "travel_name": "Unterelbe-Unterweser",
    "travel_code": "G04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2265/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2261/?format=api",
    "children": [],
    "zip_codes": [
        "21640"
    ]
}