Define AdministrativeDivision view set (return all)

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

{
    "id": 12551,
    "ags": "10042112",
    "name": "Losheim am See",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Losheim am See",
    "office_zip": "66679",
    "office_street": "Merziger Straße 3",
    "office_city": "Losheim",
    "area": 96.95,
    "citizens_total": 16038,
    "citizens_male": 8064,
    "citizens_female": 7974,
    "population_density": 165.0,
    "area_accumulated": 96.95,
    "citizens_accumulated": {
        "total": 16038,
        "female": 7974,
        "male": 8064
    },
    "longitude": 6.743149,
    "latitude": 49.509713,
    "travel_name": "Nordsaarland",
    "travel_code": "K01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12551/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12550/?format=api",
    "children": [],
    "zip_codes": [
        "66679"
    ]
}