GET /api/edge/venues/?format=api
HTTP 200 OK
Access-Control-Allow-Methods: GET,OPTIONS,HEAD
Access-Control-Allow-Origin: *
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 2,
        "title": "D.C. Superior Court"
    },
    {
        "id": 7,
        "title": "U.S. District Court for the Central District of California"
    },
    {
        "id": 1,
        "title": "U.S. District Court for the Eastern District of Missouri"
    },
    {
        "id": 8,
        "title": "U.S. District Court for the Northern District of California"
    }
]