List accessible puzzles or create a new puzzle.

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

{
    "count": 58765,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=346",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=344",
    "results": [
        {
            "id": 6203,
            "name": "Jugadas Ilegales: Ejemplo 2",
            "created": "2016-06-22T13:06:36.316218Z",
            "modified": "2026-04-29T21:50:04.825710Z"
        },
        {
            "id": 6222,
            "name": "Attacking a Weak Stone",
            "created": "2016-06-25T07:33:46.493956Z",
            "modified": "2026-04-29T08:14:33.646544Z"
        },
        {
            "id": 6244,
            "name": "5-1: Strength of Stones and Efficiency",
            "created": "2016-06-27T02:17:22.489196Z",
            "modified": "2026-04-30T15:31:22.067643Z"
        },
        {
            "id": 6245,
            "name": "eating black",
            "created": "2016-06-27T02:27:34.839880Z",
            "modified": "2026-04-17T03:11:25.719844Z"
        },
        {
            "id": 6246,
            "name": "eating black 2",
            "created": "2016-06-27T02:30:37.588646Z",
            "modified": "2026-04-17T03:11:26.096222Z"
        },
        {
            "id": 6247,
            "name": "5-2: Simple Case of an Urgent Position",
            "created": "2016-06-27T02:30:50.576490Z",
            "modified": "2026-04-30T15:33:51.352867Z"
        },
        {
            "id": 6248,
            "name": "eatting your oponent",
            "created": "2016-06-27T02:35:23.610504Z",
            "modified": "2026-03-31T19:14:06.669352Z"
        },
        {
            "id": 6249,
            "name": "hog the board",
            "created": "2016-06-27T02:37:41.338484Z",
            "modified": "2026-03-31T19:14:08.241699Z"
        },
        {
            "id": 6253,
            "name": "Question 1/105",
            "created": "2016-06-30T10:26:19.471774Z",
            "modified": "2026-04-17T14:30:44.925969Z"
        },
        {
            "id": 6254,
            "name": "Stay Ahead.",
            "created": "2016-07-01T19:35:43.483730Z",
            "modified": "2026-04-29T08:14:34.659717Z"
        }
    ]
}