Define AdministrativeDivision view set (return all)

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

{
    "id": 1377,
    "ags": "03153008",
    "name": "Liebenburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Liebenburg",
    "office_zip": "38704",
    "office_street": "Schäferwiese 15",
    "office_city": "Liebenburg",
    "area": 78.51,
    "citizens_total": 7793,
    "citizens_male": 3873,
    "citizens_female": 3920,
    "population_density": 99.0,
    "area_accumulated": 78.51,
    "citizens_accumulated": {
        "total": 7793,
        "female": 3920,
        "male": 3873
    },
    "longitude": 10.432161,
    "latitude": 52.020145,
    "travel_name": "Harz",
    "travel_code": "G13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1377/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1376/?format=api",
    "children": [],
    "zip_codes": [
        "38704"
    ]
}