List accessible puzzles or create a new puzzle.

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

{
    "count": 58731,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5401",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5399",
    "results": [
        {
            "id": 7706,
            "name": "problem 020",
            "created": "2017-05-01T13:37:16.894971Z",
            "modified": "2026-03-31T19:44:33.902383Z"
        },
        {
            "id": 7705,
            "name": "problem 019",
            "created": "2017-05-01T13:35:11.379571Z",
            "modified": "2026-03-31T19:44:32.523129Z"
        },
        {
            "id": 7704,
            "name": "problem 018",
            "created": "2017-05-01T13:32:30.884850Z",
            "modified": "2026-03-31T19:44:30.978658Z"
        },
        {
            "id": 7703,
            "name": "problem 765",
            "created": "2017-05-01T13:30:35.644236Z",
            "modified": "2026-04-03T19:10:08.285607Z"
        },
        {
            "id": 7702,
            "name": "problem 764",
            "created": "2017-05-01T13:28:44.835766Z",
            "modified": "2026-04-03T19:09:58.344012Z"
        },
        {
            "id": 7701,
            "name": "problem 763",
            "created": "2017-05-01T13:26:43.075141Z",
            "modified": "2026-04-03T19:09:50.044503Z"
        },
        {
            "id": 7700,
            "name": "problem 762",
            "created": "2017-05-01T13:22:27.732869Z",
            "modified": "2026-04-03T19:09:29.837145Z"
        },
        {
            "id": 7699,
            "name": "problem 761",
            "created": "2017-05-01T13:21:29.227799Z",
            "modified": "2026-04-03T19:09:25.093751Z"
        },
        {
            "id": 7698,
            "name": "problem 760",
            "created": "2017-05-01T12:49:33.863170Z",
            "modified": "2026-04-03T19:09:17.388606Z"
        },
        {
            "id": 7697,
            "name": "problem 759",
            "created": "2017-05-01T11:41:14.926487Z",
            "modified": "2026-04-03T19:08:53.912995Z"
        }
    ]
}