Define AdministrativeDivision view set (return all)

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

{
    "id": 2264,
    "ags": "03359012",
    "name": "Dollern",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Horneburg",
    "office_zip": "21739",
    "office_street": "Lange Straße 47-49",
    "office_city": "Horneburg",
    "area": 12.02,
    "citizens_total": 2178,
    "citizens_male": 1053,
    "citizens_female": 1125,
    "population_density": 181.0,
    "area_accumulated": 12.02,
    "citizens_accumulated": {
        "total": 2178,
        "female": 1125,
        "male": 1053
    },
    "longitude": 9.544405,
    "latitude": 53.54059,
    "travel_name": "Unterelbe-Unterweser",
    "travel_code": "G04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2264/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2261/?format=api",
    "children": [],
    "zip_codes": [
        "21739"
    ]
}