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

{
    "count": 46,
    "next": null,
    "previous": "https://www.pagoolabs.com/posts/api/?format=api&ordering=story&page=11",
    "results": [
        {
            "url": "https://www.pagoolabs.com/posts/api/73/?format=api",
            "post": "Agreed.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/jono/?format=api",
            "submit_date": "2017-11-08T14:11:10Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://www.pagoolabs.com/posts/api/67/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/38/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/67/?format=api",
            "post": "I like this as a kind of how to.  I looked ahead into the systems stuff in the future chapters. Not having read those yet I can still see why setups are important info. The systems stuff is heavier going if you ask me. I wanna see some more. FX is the way to go.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/texas/?format=api",
            "submit_date": "2017-11-06T06:39:40Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/38/?format=api",
            "forum": null
        }
    ]
}