GET /api/votes/?format=api&offset=5340
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Limit: 30
Offset: 5340
Total: 5342
Vary: Accept

[
    {
        "id": 2,
        "answer": 2
    },
    {
        "id": 1,
        "answer": 2
    }
]