List accessible puzzles or create a new puzzle.

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

{
    "count": 58770,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=504",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=modified&page=502",
    "results": [
        {
            "id": 54148,
            "name": "하얀색 사람을 쏴라",
            "created": "2022-04-01T12:37:27.992114Z",
            "modified": "2026-03-30T13:06:10.160614Z"
        },
        {
            "id": 54233,
            "name": "Basic 1 capture",
            "created": "2022-04-03T06:09:30.423943Z",
            "modified": "2026-03-30T13:07:10.016455Z"
        },
        {
            "id": 54236,
            "name": "Did Those stones survive",
            "created": "2022-04-03T06:13:54.326280Z",
            "modified": "2026-03-30T13:07:10.105435Z"
        },
        {
            "id": 54238,
            "name": "How many stones did black stones need to move until those white stones dead",
            "created": "2022-04-03T06:17:49.686104Z",
            "modified": "2026-03-30T13:07:10.200823Z"
        },
        {
            "id": 54240,
            "name": "Capture these stones",
            "created": "2022-04-03T06:21:46.184020Z",
            "modified": "2026-03-30T13:07:10.694565Z"
        },
        {
            "id": 54253,
            "name": "How many dominus in the dominus egg?",
            "created": "2022-04-03T07:34:40.379010Z",
            "modified": "2026-03-30T13:07:10.835496Z"
        },
        {
            "id": 54254,
            "name": "Make some territory",
            "created": "2022-04-03T07:34:44.222074Z",
            "modified": "2026-03-30T13:07:11.440396Z"
        },
        {
            "id": 54256,
            "name": "How many weeks does pet sim x update",
            "created": "2022-04-03T07:37:12.477103Z",
            "modified": "2026-03-30T13:07:11.454993Z"
        },
        {
            "id": 54321,
            "name": "Problem 001",
            "created": "2022-04-04T00:07:00.439357Z",
            "modified": "2026-03-30T13:07:15.444904Z"
        },
        {
            "id": 54322,
            "name": "Problem 002",
            "created": "2022-04-04T00:33:30.788363Z",
            "modified": "2026-03-30T13:07:15.518830Z"
        }
    ]
}