List accessible puzzles or create a new puzzle.

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

{
    "count": 58731,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5403",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5401",
    "results": [
        {
            "id": 7686,
            "name": "problem 016",
            "created": "2017-04-30T14:59:46.499763Z",
            "modified": "2026-03-31T19:44:01.703568Z"
        },
        {
            "id": 7685,
            "name": "problem 015",
            "created": "2017-04-30T14:58:42.764092Z",
            "modified": "2026-03-31T19:44:00.395366Z"
        },
        {
            "id": 7684,
            "name": "problem 014",
            "created": "2017-04-30T14:57:08.267307Z",
            "modified": "2026-03-31T19:43:58.991307Z"
        },
        {
            "id": 7683,
            "name": "problem 013",
            "created": "2017-04-30T14:56:22.725305Z",
            "modified": "2026-03-31T19:43:57.565318Z"
        },
        {
            "id": 7682,
            "name": "7-dan collection #1",
            "created": "2017-04-30T12:35:32.838786Z",
            "modified": "2026-04-12T23:51:59.902863Z"
        },
        {
            "id": 7681,
            "name": "problem 012",
            "created": "2017-04-30T11:05:45.535362Z",
            "modified": "2026-03-31T19:43:53.991004Z"
        },
        {
            "id": 7680,
            "name": "problem 011",
            "created": "2017-04-30T10:53:17.067978Z",
            "modified": "2026-03-31T19:43:52.626182Z"
        },
        {
            "id": 7679,
            "name": "Problem 10 (Medium)",
            "created": "2017-04-29T13:34:23.042969Z",
            "modified": "2026-03-31T19:43:51.197126Z"
        },
        {
            "id": 7678,
            "name": "Problem 9 (Medium)",
            "created": "2017-04-29T12:50:49.174503Z",
            "modified": "2026-03-31T19:43:49.747666Z"
        },
        {
            "id": 7677,
            "name": "Problem 8 (Medium)",
            "created": "2017-04-29T12:44:58.210331Z",
            "modified": "2026-03-31T19:43:48.356756Z"
        }
    ]
}