GET /api/comments/?content_type=users.user&object_id=48884&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "results": [
        {
            "id": 2692765,
            "author": "Cheesecake for Every",
            "body": "Thanks for the add X3!",
            "date_added": "09 Aug, 2009, 09:10 PM",
            "is_deleted": false,
            "is_anonymous": false,
            "is_read": true,
            "author_url": "/user/Cheesecake%20for%20Every/",
            "author_avatar": "/media/users/Cheesecake%20for%20Every/thumb/avatar.png",
            "can_delete": false,
            "can_reply": false,
            "replies": null
        }
    ],
    "p8n": {
        "previous_url": "https://next.theduckwebcomics.com/api/comments/?content_type=users.user&object_id=48884",
        "next_url": null,
        "page_links": [
            {
                "url": "https://next.theduckwebcomics.com/api/comments/?content_type=users.user&object_id=48884",
                "number": 1,
                "is_active": false,
                "is_break": false
            },
            {
                "url": "https://next.theduckwebcomics.com/api/comments/?content_type=users.user&object_id=48884&page=2",
                "number": 2,
                "is_active": true,
                "is_break": false
            }
        ],
        "num_pages": 2
    }
}