List accessible puzzles or create a new puzzle.

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

{
    "count": 58790,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=name&page=1011",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=name&page=1009",
    "results": [
        {
            "id": 7287,
            "name": "Attack 9",
            "created": "2017-04-06T16:00:45.386501Z",
            "modified": "2026-05-12T09:50:24.935224Z"
        },
        {
            "id": 38734,
            "name": "Attack Intro 1",
            "created": "2021-09-23T12:45:42.752608Z",
            "modified": "2026-05-23T04:13:03.563854Z"
        },
        {
            "id": 41081,
            "name": "Attack Intro 10",
            "created": "2021-10-23T14:42:32.109135Z",
            "modified": "2026-05-10T02:35:50.920953Z"
        },
        {
            "id": 41082,
            "name": "Attack Intro 11",
            "created": "2021-10-23T14:44:04.531934Z",
            "modified": "2026-05-10T02:38:52.848500Z"
        },
        {
            "id": 41311,
            "name": "Attack Intro 12",
            "created": "2021-10-25T02:23:58.939017Z",
            "modified": "2026-05-10T02:41:49.822976Z"
        },
        {
            "id": 38785,
            "name": "Attack Intro 13",
            "created": "2021-09-23T20:29:04.762618Z",
            "modified": "2026-05-10T02:44:33.858407Z"
        },
        {
            "id": 38786,
            "name": "Attack Intro 14",
            "created": "2021-09-23T20:35:40.316646Z",
            "modified": "2026-05-10T02:47:20.949406Z"
        },
        {
            "id": 38787,
            "name": "Attack Intro 15",
            "created": "2021-09-23T20:38:33.255675Z",
            "modified": "2026-05-10T02:50:13.622810Z"
        },
        {
            "id": 38788,
            "name": "Attack Intro 16",
            "created": "2021-09-23T20:41:08.347062Z",
            "modified": "2026-05-10T02:53:08.247278Z"
        },
        {
            "id": 38789,
            "name": "Attack Intro 17",
            "created": "2021-09-23T20:45:13.337860Z",
            "modified": "2026-05-23T22:32:28.923143Z"
        }
    ]
}