GET /api/v1/tournament_records/?format=api&ordering=-name&page=22
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1620,
    "next": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=23",
    "previous": "https://online-go.com/api/v1/tournament_records/?format=api&ordering=-name&page=21",
    "results": [
        {
            "id": 997,
            "name": "World Battle Valentine's 2022",
            "creator": 1051076,
            "group": 10103,
            "created": "2022-02-04T22:10:11.665132Z",
            "started": null,
            "ended": null
        },
        {
            "id": 1524,
            "name": "World Association",
            "creator": 1430197,
            "group": 13633,
            "created": "2023-10-04T09:48:37.492649Z",
            "started": null,
            "ended": null
        },
        {
            "id": 890,
            "name": "Wonderful play 4",
            "creator": 928230,
            "group": 5502,
            "created": "2021-11-06T09:16:54.634464Z",
            "started": null,
            "ended": null
        },
        {
            "id": 198,
            "name": "Wonderful play 3",
            "creator": 769206,
            "group": 5502,
            "created": "2020-05-02T08:04:38.702512Z",
            "started": null,
            "ended": null
        },
        {
            "id": 197,
            "name": "Wonderful play 2",
            "creator": 769206,
            "group": 5502,
            "created": "2020-05-02T07:49:36.501390Z",
            "started": null,
            "ended": null
        },
        {
            "id": 193,
            "name": "Wonderful play 1",
            "creator": 769206,
            "group": 5502,
            "created": "2020-04-30T09:26:13.602947Z",
            "started": null,
            "ended": null
        },
        {
            "id": 125,
            "name": "wonderer",
            "creator": 749245,
            "group": 43,
            "created": "2020-03-29T18:43:13.254112Z",
            "started": null,
            "ended": null
        },
        {
            "id": 980,
            "name": "Windows 7",
            "creator": 1052870,
            "group": 3,
            "created": "2022-01-21T04:40:41.944630Z",
            "started": null,
            "ended": null
        },
        {
            "id": 739,
            "name": "win",
            "creator": 730663,
            "group": 515,
            "created": "2021-06-27T13:14:11.445425Z",
            "started": null,
            "ended": null
        },
        {
            "id": 801,
            "name": "Wildmoka",
            "creator": 629383,
            "group": 9916,
            "created": "2021-08-17T07:48:05.441285Z",
            "started": null,
            "ended": null
        }
    ]
}