List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=created&page=1012
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=created&page=1013",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=1011",
    "results": [
        {
            "id": 13325,
            "name": "Tsumego 19",
            "created": "2018-09-27T15:35:30.160170Z",
            "modified": "2026-05-17T23:28:01.413045Z"
        },
        {
            "id": 13326,
            "name": "gentleman's problem 24",
            "created": "2018-09-27T15:48:47.703232Z",
            "modified": "2026-04-29T10:00:06.096112Z"
        },
        {
            "id": 13327,
            "name": "Double atari 8",
            "created": "2018-09-27T15:50:12.662919Z",
            "modified": "2026-05-23T00:47:28.128438Z"
        },
        {
            "id": 13328,
            "name": "gentleman's problem 25",
            "created": "2018-09-27T21:37:28.474709Z",
            "modified": "2026-05-23T02:48:00.086453Z"
        },
        {
            "id": 13330,
            "name": "Joseki 001",
            "created": "2018-09-29T06:59:30.689319Z",
            "modified": "2026-05-16T04:00:16.135655Z"
        },
        {
            "id": 13331,
            "name": "Joseki 002",
            "created": "2018-09-29T07:07:13.840563Z",
            "modified": "2026-03-31T21:58:13.576056Z"
        },
        {
            "id": 13332,
            "name": "Joseki 003",
            "created": "2018-09-29T07:08:55.709850Z",
            "modified": "2026-03-31T21:58:15.076013Z"
        },
        {
            "id": 13333,
            "name": "Joseki 004",
            "created": "2018-09-29T09:54:36.861639Z",
            "modified": "2026-03-31T21:58:16.419991Z"
        },
        {
            "id": 13334,
            "name": "Joseki 005",
            "created": "2018-09-29T09:56:54.976455Z",
            "modified": "2026-03-31T21:58:17.832788Z"
        },
        {
            "id": 13335,
            "name": "Joseki 006",
            "created": "2018-09-29T09:58:00.897011Z",
            "modified": "2026-03-31T21:58:19.034688Z"
        }
    ]
}