A viewset for viewing and editing US Violence Data Sources.

GET /api/crisisdb/us-violence-data-sources/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 79,
    "next": "https://seshatdata.com/api/crisisdb/us-violence-data-sources/?page=2",
    "previous": null,
    "results": [
        {
            "id": 59,
            "name": "(Mass Killings in America 2006 - present) Data from the AP-USA",
            "abbreviation": "MKADB",
            "url_address": null,
            "is_uncertain": false,
            "attention_tag": "IsOk"
        },
        {
            "id": 29,
            "name": "ABC News",
            "abbreviation": "ABC",
            "url_address": null,
            "is_uncertain": false,
            "attention_tag": "IsOk"
        },
        {
            "id": 10,
            "name": "Amsterdam News",
            "abbreviation": null,
            "url_address": null,
            "is_uncertain": false,
            "attention_tag": "IsOk"
        },
        {
            "id": 32,
            "name": "Anti-Defamation League",
            "abbreviation": null,
            "url_address": null,
            "is_uncertain": false,
            "attention_tag": "IsOk"
        },
        {
            "id": 42,
            "name": "Atlanta Journal-Constitution",
            "abbreviation": "AJC",
            "url_address": null,
            "is_uncertain": false,
            "attention_tag": "IsOk"
        },
        {
            "id": 30,
            "name": "Austin Statesman",
            "abbreviation": null,
            "url_address": null,
            "is_uncertain": false,
            "attention_tag": "IsOk"
        },
        {
            "id": 79,
            "name": "BBC News",
            "abbreviation": "BBC",
            "url_address": "https://www.bbc.com/",
            "is_uncertain": false,
            "attention_tag": null
        },
        {
            "id": 56,
            "name": "Boston Globe",
            "abbreviation": null,
            "url_address": null,
            "is_uncertain": false,
            "attention_tag": "IsOk"
        },
        {
            "id": 37,
            "name": "CBS Broadcasting Inc.",
            "abbreviation": "CBS",
            "url_address": null,
            "is_uncertain": false,
            "attention_tag": "IsOk"
        },
        {
            "id": 62,
            "name": "Chicago Sun-Times",
            "abbreviation": null,
            "url_address": null,
            "is_uncertain": false,
            "attention_tag": "IsOk"
        }
    ]
}