List accessible puzzles or create a new puzzle.

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

{
    "count": 58708,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-id&page=5582",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=-id&page=5580",
    "results": [
        {
            "id": 3434,
            "name": "3-9: Diagonal Move",
            "created": "2015-12-27T06:04:55.944258Z",
            "modified": "2026-04-06T14:49:27.445014Z"
        },
        {
            "id": 3433,
            "name": "3-8: Another Knight's Position",
            "created": "2015-12-27T05:53:30.338962Z",
            "modified": "2026-04-06T14:48:57.714530Z"
        },
        {
            "id": 3432,
            "name": "3-7: Cutting the Knight",
            "created": "2015-12-26T23:36:40.023349Z",
            "modified": "2026-04-06T14:47:05.896463Z"
        },
        {
            "id": 3431,
            "name": "3-6: Knight's Move",
            "created": "2015-12-26T22:02:39.992994Z",
            "modified": "2026-04-06T14:46:43.934441Z"
        },
        {
            "id": 3430,
            "name": "3-5: One-Space Jump - Examples from Pro Game",
            "created": "2015-12-26T21:44:16.550330Z",
            "modified": "2026-04-06T14:44:31.143768Z"
        },
        {
            "id": 3429,
            "name": "3-4: One-Space Jump",
            "created": "2015-12-26T21:24:46.579289Z",
            "modified": "2026-04-06T14:41:53.990831Z"
        },
        {
            "id": 3428,
            "name": "3-3: Iron Pillar - Example of Usage",
            "created": "2015-12-26T21:03:58.525847Z",
            "modified": "2026-04-06T14:41:07.098875Z"
        },
        {
            "id": 3427,
            "name": "3-2: Iron Pillar",
            "created": "2015-12-26T20:44:27.242106Z",
            "modified": "2026-04-06T14:40:43.124082Z"
        },
        {
            "id": 3426,
            "name": "3-1: 4 Basic Moves for Building Local Positions",
            "created": "2015-12-26T20:35:59.823125Z",
            "modified": "2026-04-06T14:40:17.967283Z"
        },
        {
            "id": 3425,
            "name": "2: Simple Positions of Single Stones",
            "created": "2015-12-26T20:30:01.434225Z",
            "modified": "2026-04-06T16:35:20.375767Z"
        }
    ]
}