GET /coloring/shared-pages/?format=api&ordering=-id&page=25
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "instance": null,
    "properties": [],
    "meta": {},
    "links": {
        "next": null,
        "previous": "https://touch.ninosaur.com/coloring/shared-pages/?format=api&ordering=-id&page=24"
    },
    "count": 247,
    "page_size": 10,
    "num_pages": 25,
    "results": [
        {
            "id": 10,
            "name": "Avocado",
            "id_string": "avocado",
            "is_template": true,
            "is_tile": false,
            "updated": "2023-06-22T14:27:52.398367Z",
            "meta": null,
            "status": "public",
            "width": 16,
            "height": 16,
            "has_image": true
        },
        {
            "id": 9,
            "name": "My yellow ship",
            "id_string": "my-yellow-ship",
            "is_template": false,
            "is_tile": false,
            "updated": "2023-06-22T03:55:00.029770Z",
            "meta": null,
            "status": "public",
            "width": 32,
            "height": 32,
            "has_image": true
        },
        {
            "id": 8,
            "name": "Yellow ship",
            "id_string": "yellow-ship",
            "is_template": true,
            "is_tile": false,
            "updated": "2023-06-22T03:51:25.514020Z",
            "meta": null,
            "status": "public",
            "width": 32,
            "height": 32,
            "has_image": true
        },
        {
            "id": 4,
            "name": "My dino",
            "id_string": "my-dino",
            "is_template": false,
            "is_tile": false,
            "updated": "2023-06-20T14:44:57.710537Z",
            "meta": null,
            "status": "public",
            "width": 24,
            "height": 24,
            "has_image": true
        },
        {
            "id": 3,
            "name": "Dinosaur",
            "id_string": "dinosaur",
            "is_template": true,
            "is_tile": false,
            "updated": "2023-06-20T08:01:36.425362Z",
            "meta": null,
            "status": "public",
            "width": 24,
            "height": 24,
            "has_image": true
        },
        {
            "id": 2,
            "name": "Plane 2",
            "id_string": "plane-2",
            "is_template": true,
            "is_tile": false,
            "updated": "2023-06-18T17:18:48.459101Z",
            "meta": null,
            "status": "public",
            "width": 32,
            "height": 32,
            "has_image": true
        },
        {
            "id": 1,
            "name": "Plane",
            "id_string": "plane",
            "is_template": true,
            "is_tile": false,
            "updated": "2023-06-13T04:51:08.220923Z",
            "meta": null,
            "status": "public",
            "width": 32,
            "height": 32,
            "has_image": true
        }
    ]
}