GET /api/v1/tournament_records/?format=api&ordering=-id&page=159
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 1582,
"next": null,
"previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-id&page=158",
"results": [
{
"id": 2,
"name": "Testing new function",
"creator": 488500,
"group": 2946,
"created": "2019-07-13T14:07:04.067058Z",
"started": null,
"ended": null
},
{
"id": 1,
"name": "Test record",
"creator": 1,
"group": 723,
"created": "2019-07-13T13:39:35.741887Z",
"started": null,
"ended": null
}
]
}