List accessible puzzles or create a new puzzle.

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

{
    "count": 58714,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=43",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-modified&page=41",
    "results": [
        {
            "id": 155,
            "name": "cornor life",
            "created": "2014-09-19T23:23:47.119387Z",
            "modified": "2026-04-07T23:35:53.044686Z"
        },
        {
            "id": 140,
            "name": "Can you kill white?",
            "created": "2014-09-15T20:23:50.454455Z",
            "modified": "2026-04-07T23:35:52.869870Z"
        },
        {
            "id": 115,
            "name": "OGS Dog",
            "created": "2014-09-14T14:37:15.023318Z",
            "modified": "2026-04-07T23:35:52.657337Z"
        },
        {
            "id": 61,
            "name": "Problem 12",
            "created": "2014-09-12T21:20:58.569518Z",
            "modified": "2026-04-07T23:35:52.451375Z"
        },
        {
            "id": 60,
            "name": "Problem 11",
            "created": "2014-09-12T20:58:41.936416Z",
            "modified": "2026-04-07T23:35:52.262146Z"
        },
        {
            "id": 59,
            "name": "Snap your fingers once, snap your finger twice, then snap it back!",
            "created": "2014-09-12T19:40:37.987962Z",
            "modified": "2026-04-07T23:35:51.872583Z"
        },
        {
            "id": 56,
            "name": "Problem 10",
            "created": "2014-09-12T16:13:49.533130Z",
            "modified": "2026-04-07T23:35:51.685579Z"
        },
        {
            "id": 55,
            "name": "Problem 9",
            "created": "2014-09-12T16:09:43.401153Z",
            "modified": "2026-04-07T23:35:51.501586Z"
        },
        {
            "id": 54,
            "name": "Problem 8",
            "created": "2014-09-12T15:53:33.618174Z",
            "modified": "2026-04-07T23:35:51.325810Z"
        },
        {
            "id": 53,
            "name": "Problem 7",
            "created": "2014-09-12T15:43:47.547585Z",
            "modified": "2026-04-07T23:35:51.155838Z"
        }
    ]
}