List accessible puzzles or create a new puzzle.

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

{
    "count": 58735,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5392",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5390",
    "results": [
        {
            "id": 7802,
            "name": "Chapter One, Problem 10: White to play",
            "created": "2017-05-16T00:36:32.608485Z",
            "modified": "2026-03-31T19:46:48.574423Z"
        },
        {
            "id": 7801,
            "name": "Chapter One, Problem 9: Black to play",
            "created": "2017-05-16T00:30:03.270104Z",
            "modified": "2026-03-31T19:46:47.141377Z"
        },
        {
            "id": 7800,
            "name": "Chapter One, Problem 8: White to play",
            "created": "2017-05-16T00:26:27.784404Z",
            "modified": "2026-03-31T19:46:45.977741Z"
        },
        {
            "id": 7799,
            "name": "Chapter One, Problem 7: White to play",
            "created": "2017-05-16T00:23:46.581207Z",
            "modified": "2026-03-31T19:46:44.493236Z"
        },
        {
            "id": 7798,
            "name": "Chapter One, Problem 6: White to play",
            "created": "2017-05-16T00:17:51.982106Z",
            "modified": "2026-03-31T19:46:43.198684Z"
        },
        {
            "id": 7797,
            "name": "Chapter One, Problem 5: Black to play",
            "created": "2017-05-16T00:13:59.659342Z",
            "modified": "2026-03-31T19:46:41.984284Z"
        },
        {
            "id": 7796,
            "name": "Chapter One, Problem 4: Black to play",
            "created": "2017-05-16T00:06:34.689885Z",
            "modified": "2026-03-31T19:46:40.684807Z"
        },
        {
            "id": 7795,
            "name": "Chapter One, Problem 3: White to play",
            "created": "2017-05-15T23:55:47.571815Z",
            "modified": "2026-03-31T19:46:39.410352Z"
        },
        {
            "id": 7794,
            "name": "Chapter One, Problem 2: Black to play",
            "created": "2017-05-15T23:51:07.255844Z",
            "modified": "2026-04-01T19:41:00.984116Z"
        },
        {
            "id": 7793,
            "name": "Chapter One, Problem 1: Black to play",
            "created": "2017-05-15T23:46:52.074808Z",
            "modified": "2026-04-01T19:39:14.007431Z"
        }
    ]
}