Define AdministrativeDivision view set (return all)

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

{
    "id": 4063,
    "ags": "06532013",
    "name": "Hohenahr",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Hohenahr",
    "office_zip": "35644",
    "office_street": "Rathausplatz 6",
    "office_city": "Hohenahr",
    "area": 45.71,
    "citizens_total": 4772,
    "citizens_male": 2312,
    "citizens_female": 2460,
    "population_density": 104.0,
    "area_accumulated": 45.71,
    "citizens_accumulated": {
        "total": 4772,
        "female": 2460,
        "male": 2312
    },
    "longitude": 8.525823,
    "latitude": 50.67496,
    "travel_name": "Lahn-Dill",
    "travel_code": "I08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4063/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4062/?format=api",
    "children": [],
    "zip_codes": [
        "35644"
    ]
}