A viewset for viewing and editing US Violence Subtypes.

GET /api/crisisdb/us-violence-subtypes/?page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 33,
    "next": null,
    "previous": "https://seshatdata.com/api/crisisdb/us-violence-subtypes/?page=3",
    "results": [
        {
            "id": 32,
            "name": "shopping",
            "is_uncertain": false
        },
        {
            "id": 3,
            "name": "unknown",
            "is_uncertain": true
        },
        {
            "id": 31,
            "name": "work",
            "is_uncertain": false
        }
    ]
}