Define AdministrativeDivision view set (return all)

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

{
    "id": 4333,
    "ags": "06633017",
    "name": "Lohfelden",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Lohfelden",
    "office_zip": "34253",
    "office_street": "Lange Straße 20",
    "office_city": "Lohfelden",
    "area": 16.58,
    "citizens_total": 14220,
    "citizens_male": 7226,
    "citizens_female": 6994,
    "population_density": 858.0,
    "area_accumulated": 16.58,
    "citizens_accumulated": {
        "total": 14220,
        "female": 6994,
        "male": 7226
    },
    "longitude": 9.543946,
    "latitude": 51.277383,
    "travel_name": "Kassel- Land",
    "travel_code": "I01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4333/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4332/?format=api",
    "children": [],
    "zip_codes": [
        "34253"
    ]
}