Define AdministrativeDivision view set (return all)

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

{
    "id": 1422,
    "ags": "03154009",
    "name": "Groß Twülpstedt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Velpke",
    "office_zip": "38464",
    "office_street": "Grafhorster Straße 6",
    "office_city": "Velpke",
    "area": 36.46,
    "citizens_total": 2610,
    "citizens_male": 1274,
    "citizens_female": 1336,
    "population_density": 72.0,
    "area_accumulated": 36.46,
    "citizens_accumulated": {
        "total": 2610,
        "female": 1336,
        "male": 1274
    },
    "longitude": 10.919959,
    "latitude": 52.373685,
    "travel_name": "Braunschweiger Land",
    "travel_code": "G12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1422/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1418/?format=api",
    "children": [],
    "zip_codes": [
        "38464"
    ]
}