List accessible puzzles or create a new puzzle.

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

{
    "count": 58708,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=21",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=19",
    "results": [
        {
            "id": 102935,
            "name": "9.Snapback-Ha ne 🤮😝",
            "created": "2026-02-05T03:05:08.378163Z",
            "modified": "2026-04-01T00:57:06.888431Z"
        },
        {
            "id": 102934,
            "name": "8.Snapback-Ha ne 🤮😝",
            "created": "2026-02-05T03:03:20.071319Z",
            "modified": "2026-04-01T00:50:12.589522Z"
        },
        {
            "id": 102931,
            "name": "12.Snapback-After Atari 🤮😱",
            "created": "2026-02-05T02:27:12.594323Z",
            "modified": "2026-04-01T01:14:38.268687Z"
        },
        {
            "id": 102930,
            "name": "11.Snapback-After Atari 🤮😱",
            "created": "2026-02-05T02:26:20.057475Z",
            "modified": "2026-04-01T01:09:15.914190Z"
        },
        {
            "id": 102929,
            "name": "10.Snapback-After Atari 🤮😱",
            "created": "2026-02-05T02:10:35.426143Z",
            "modified": "2026-04-01T01:03:22.777126Z"
        },
        {
            "id": 102928,
            "name": "7.Snapback-Ha ne 🤮😝",
            "created": "2026-02-05T01:30:50.722979Z",
            "modified": "2026-04-01T00:43:05.747137Z"
        },
        {
            "id": 102923,
            "name": "Black to Play",
            "created": "2026-02-04T13:03:12.194547Z",
            "modified": "2026-03-12T05:21:54.726433Z"
        },
        {
            "id": 102919,
            "name": "White to Play",
            "created": "2026-02-04T12:58:42.176349Z",
            "modified": "2026-03-05T21:01:21.161439Z"
        },
        {
            "id": 102914,
            "name": "Black to Play",
            "created": "2026-02-04T12:48:27.016885Z",
            "modified": "2026-03-12T05:21:54.717798Z"
        },
        {
            "id": 102912,
            "name": "White to Play",
            "created": "2026-02-04T12:41:00.625681Z",
            "modified": "2026-03-12T05:21:54.711052Z"
        }
    ]
}