Define AdministrativeDivision view set (return all)

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

{
    "id": 12281,
    "ags": "09777165",
    "name": "Ronsberg, M",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 60,
    "division_type_name": "Markt",
    "office_name": "Markt Ronsberg",
    "office_zip": "87671",
    "office_street": "Schulweg 3",
    "office_city": "Ronsberg",
    "area": 16.52,
    "citizens_total": 1734,
    "citizens_male": 864,
    "citizens_female": 870,
    "population_density": 105.0,
    "area_accumulated": 16.52,
    "citizens_accumulated": {
        "total": 1734,
        "female": 870,
        "male": 864
    },
    "longitude": 10.412979,
    "latitude": 47.898111,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12281/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12280/?format=api",
    "children": [],
    "zip_codes": [
        "87671"
    ]
}