List accessible puzzles or create a new puzzle.

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

{
    "count": 58707,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5501",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-created&page=5499",
    "results": [
        {
            "id": 6609,
            "name": "Tripod Group Problem 1",
            "created": "2017-01-01T07:46:20.813670Z",
            "modified": "2026-03-31T19:19:55.246971Z"
        },
        {
            "id": 6608,
            "name": "Tripod Group, Attack C",
            "created": "2017-01-01T07:17:33.425960Z",
            "modified": "2026-03-31T19:19:53.635982Z"
        },
        {
            "id": 6607,
            "name": "Tripod Group, Attack B",
            "created": "2017-01-01T07:11:31.690860Z",
            "modified": "2026-03-31T19:19:52.104189Z"
        },
        {
            "id": 6606,
            "name": "Tripod Group, Attack A",
            "created": "2017-01-01T06:52:06.656910Z",
            "modified": "2026-03-31T19:19:50.511725Z"
        },
        {
            "id": 6605,
            "name": "Tripod Group",
            "created": "2017-01-01T06:41:44.915375Z",
            "modified": "2026-03-31T19:19:49.146348Z"
        },
        {
            "id": 6604,
            "name": "Best Move Problem 4",
            "created": "2017-01-01T06:38:42.316632Z",
            "modified": "2026-03-31T19:19:47.786250Z"
        },
        {
            "id": 6603,
            "name": "Best Move Problem 3",
            "created": "2017-01-01T06:31:59.624013Z",
            "modified": "2026-03-31T19:19:46.506087Z"
        },
        {
            "id": 6602,
            "name": "Best Move Problem 2",
            "created": "2017-01-01T06:17:39.117791Z",
            "modified": "2026-03-31T19:19:45.380849Z"
        },
        {
            "id": 6601,
            "name": "Best Move Problem 1",
            "created": "2017-01-01T06:11:41.396526Z",
            "modified": "2026-03-31T19:19:44.227342Z"
        },
        {
            "id": 6600,
            "name": "Hane Variations: Straight J-Group, no outside liberties",
            "created": "2017-01-01T06:02:34.399722Z",
            "modified": "2026-03-31T19:19:42.762539Z"
        }
    ]
}