GET /posts/api/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 46,
    "next": null,
    "previous": "https://pagoolabs.com/posts/api/?format=api&page=11",
    "results": [
        {
            "url": "https://pagoolabs.com/posts/api/52/?format=api",
            "post": "",
            "userprofile": "https://pagoolabs.com/userprofiles/api/Blocked%20user/?format=api",
            "submit_date": "1970-01-01T00:00:00Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": null,
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/53/?format=api",
            "post": "",
            "userprofile": "https://pagoolabs.com/userprofiles/api/anonymous/?format=api",
            "submit_date": "1970-01-01T00:00:00Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": null,
            "forum": null
        }
    ]
}