List accessible puzzles or create a new puzzle.

GET /api/v1/puzzles/?format=api&ordering=created&page=349
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=350",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=348",
    "results": [
        {
            "id": 6332,
            "name": "Black to kill/ best move!",
            "created": "2016-07-27T08:39:05.495652Z",
            "modified": "2026-03-31T19:14:53.077562Z"
        },
        {
            "id": 6333,
            "name": "White to win corner",
            "created": "2016-07-27T09:01:49.176093Z",
            "modified": "2026-03-31T19:14:54.258010Z"
        },
        {
            "id": 6334,
            "name": "Question 9/105",
            "created": "2016-08-01T03:36:19.646250Z",
            "modified": "2026-03-31T19:14:55.499533Z"
        },
        {
            "id": 6335,
            "name": "5-3: Real-Game Example",
            "created": "2016-08-01T03:58:48.474238Z",
            "modified": "2026-04-30T16:36:46.131539Z"
        },
        {
            "id": 6336,
            "name": "5-4: Real-Game Example, continued",
            "created": "2016-08-01T04:14:36.915080Z",
            "modified": "2026-04-30T16:37:42.523946Z"
        },
        {
            "id": 6337,
            "name": "5-5: 2nd Real-Game Example",
            "created": "2016-08-01T04:31:05.750718Z",
            "modified": "2026-04-30T16:39:57.636012Z"
        },
        {
            "id": 6338,
            "name": "6-1: Identifying Bad Moves",
            "created": "2016-08-01T04:56:46.863953Z",
            "modified": "2026-04-30T16:42:52.510921Z"
        },
        {
            "id": 6339,
            "name": "6-2: 2nd Example",
            "created": "2016-08-01T05:05:16.929124Z",
            "modified": "2026-04-30T16:41:23.270123Z"
        },
        {
            "id": 6340,
            "name": "6-3: 3rd Example",
            "created": "2016-08-01T05:09:26.923871Z",
            "modified": "2026-04-30T16:41:51.047415Z"
        },
        {
            "id": 6341,
            "name": "6-4: 4th Example",
            "created": "2016-08-01T05:17:38.336152Z",
            "modified": "2026-04-30T16:43:14.555635Z"
        }
    ]
}