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

{
    "count": 54782,
    "next": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created&page=3",
    "previous": "https://online-go.com/api/v1/puzzles/?format=api&ordering=created",
    "results": [
        {
            "id": 14,
            "name": "Liberty",
            "created": "2014-09-11T12:54:30.027881Z",
            "modified": "2025-09-15T18:04:45.555652Z"
        },
        {
            "id": 15,
            "name": "Snapback",
            "created": "2014-09-11T12:56:52.797788Z",
            "modified": "2025-06-13T15:35:30.928446Z"
        },
        {
            "id": 16,
            "name": "1 of 347",
            "created": "2014-09-11T12:57:00.893090Z",
            "modified": "2025-10-03T14:51:53.854198Z"
        },
        {
            "id": 17,
            "name": "Capture on 2nd line",
            "created": "2014-09-11T13:29:19.523182Z",
            "modified": "2025-09-15T18:05:31.389819Z"
        },
        {
            "id": 18,
            "name": "Unkown source",
            "created": "2014-09-11T13:43:36.121672Z",
            "modified": "2025-09-15T18:04:40.130686Z"
        },
        {
            "id": 19,
            "name": "Rectangular 6 in the corner.",
            "created": "2014-09-11T13:50:39.900934Z",
            "modified": "2025-09-15T18:05:39.884696Z"
        },
        {
            "id": 20,
            "name": "Death in the corner",
            "created": "2014-09-11T14:10:28.586546Z",
            "modified": "2025-03-19T18:24:24.253924Z"
        },
        {
            "id": 21,
            "name": "Capturing Race - One Eye against no Eye (1)",
            "created": "2014-09-11T14:18:44.577221Z",
            "modified": "2025-04-29T13:01:42.149774Z"
        },
        {
            "id": 22,
            "name": "Life and Death.",
            "created": "2014-09-11T14:21:59.267944Z",
            "modified": "2025-10-02T09:14:56.383873Z"
        },
        {
            "id": 23,
            "name": "Capturing Race - One Eye against No Eye (2)",
            "created": "2014-09-11T14:26:37.366075Z",
            "modified": "2025-01-25T00:03:19.741994Z"
        }
    ]
}