List accessible puzzles or create a new puzzle.

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

{
    "count": 58751,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=226",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=224",
    "results": [
        {
            "id": 2617,
            "name": "not ready yet",
            "created": "2015-05-28T12:46:49.561184Z",
            "modified": "2026-04-15T10:21:10.985560Z"
        },
        {
            "id": 2621,
            "name": "Dr Who",
            "created": "2015-05-29T18:22:08.461550Z",
            "modified": "2026-04-15T11:31:05.131773Z"
        },
        {
            "id": 2622,
            "name": "Problema del 1/Jun/2015, propuesto por R. Mercado",
            "created": "2015-06-01T23:25:33.693831Z",
            "modified": "2026-04-15T11:31:05.753408Z"
        },
        {
            "id": 2624,
            "name": "QvR 995598",
            "created": "2015-06-10T09:49:39.381018Z",
            "modified": "2026-04-16T22:52:28.577538Z"
        },
        {
            "id": 2625,
            "name": "Exercise 001",
            "created": "2015-06-18T03:51:23.090817Z",
            "modified": "2026-04-25T00:17:06.323781Z"
        },
        {
            "id": 2626,
            "name": "Exercise 001 - solution",
            "created": "2015-06-18T03:57:42.563370Z",
            "modified": "2026-04-25T00:04:42.864602Z"
        },
        {
            "id": 2627,
            "name": "Exercise 002",
            "created": "2015-06-18T04:04:31.295717Z",
            "modified": "2026-04-25T00:06:01.375476Z"
        },
        {
            "id": 2628,
            "name": "Exercise 002 - solution",
            "created": "2015-06-18T04:16:04.398175Z",
            "modified": "2026-04-25T00:07:38.911404Z"
        },
        {
            "id": 2629,
            "name": "Exercise 003",
            "created": "2015-06-18T04:19:00.802596Z",
            "modified": "2026-04-25T00:08:50.674851Z"
        },
        {
            "id": 2630,
            "name": "Exercise 003 - solution",
            "created": "2015-06-18T04:24:34.412793Z",
            "modified": "2026-04-25T00:10:33.307071Z"
        }
    ]
}