Define AdministrativeDivision view set (return all)

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

{
    "id": 251,
    "ags": "01053036",
    "name": "Grabau",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Schwarzenbek-Land",
    "office_zip": "21493",
    "office_street": "Gülzower Straße 1",
    "office_city": "Schwarzenbek",
    "area": 4.1,
    "citizens_total": 349,
    "citizens_male": 175,
    "citizens_female": 174,
    "population_density": 85.0,
    "area_accumulated": 4.1,
    "citizens_accumulated": {
        "total": 349,
        "female": 174,
        "male": 175
    },
    "longitude": 10.519825,
    "latitude": 53.513609,
    "travel_name": "übrig. Schleswig-Holstein",
    "travel_code": "F04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/251/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/245/?format=api",
    "children": [],
    "zip_codes": [
        "21493"
    ]
}