List accessible puzzles or create a new puzzle.

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

{
    "count": 58771,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=556",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=554",
    "results": [
        {
            "id": 62471,
            "name": "Questions for beginners two",
            "created": "2022-09-10T01:18:00.054537Z",
            "modified": "2026-03-30T13:57:15.375225Z"
        },
        {
            "id": 62474,
            "name": "9. Something...???",
            "created": "2022-09-10T16:53:55.649488Z",
            "modified": "2026-03-30T13:57:15.586100Z"
        },
        {
            "id": 62472,
            "name": "Questions for beginners three",
            "created": "2022-09-10T01:19:08.048283Z",
            "modified": "2026-03-30T13:57:15.652178Z"
        },
        {
            "id": 62484,
            "name": "Eye Shapes Intro 3",
            "created": "2022-09-12T05:06:27.882721Z",
            "modified": "2026-03-30T13:57:15.851073Z"
        },
        {
            "id": 62482,
            "name": "Eye Shapes Intro",
            "created": "2022-09-12T04:58:19.109385Z",
            "modified": "2026-03-30T13:57:15.853790Z"
        },
        {
            "id": 62483,
            "name": "Eye Shapes intro 2",
            "created": "2022-09-12T05:02:58.555948Z",
            "modified": "2026-03-30T13:57:15.862714Z"
        },
        {
            "id": 62485,
            "name": "Eye Shape Intro 4",
            "created": "2022-09-12T05:26:26.411904Z",
            "modified": "2026-03-30T13:57:15.923291Z"
        },
        {
            "id": 62580,
            "name": "Atari 17",
            "created": "2022-09-14T12:08:01.107694Z",
            "modified": "2026-03-30T13:58:10.977155Z"
        },
        {
            "id": 62579,
            "name": "Atari 16",
            "created": "2022-09-14T12:06:13.967619Z",
            "modified": "2026-03-30T13:58:11.023402Z"
        },
        {
            "id": 62585,
            "name": "Atari 22",
            "created": "2022-09-14T12:14:34.125803Z",
            "modified": "2026-03-30T13:58:11.403827Z"
        }
    ]
}