Define AdministrativeDivision view set (return all)

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

{
    "id": 12623,
    "ags": "10046111",
    "name": "Freisen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Freisen",
    "office_zip": "66629",
    "office_street": "Schulstraße 60",
    "office_city": "Freisen",
    "area": 48.09,
    "citizens_total": 7863,
    "citizens_male": 4005,
    "citizens_female": 3858,
    "population_density": 164.0,
    "area_accumulated": 48.09,
    "citizens_accumulated": {
        "total": 7863,
        "female": 3858,
        "male": 4005
    },
    "longitude": 7.248603,
    "latitude": 49.552395,
    "travel_name": "Nordsaarland",
    "travel_code": "K01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12623/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12622/?format=api",
    "children": [],
    "zip_codes": [
        "66629"
    ]
}