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

{
    "count": 46,
    "next": "https://pagoolabs.com/posts/api/?format=api&ordering=post&page=2",
    "previous": null,
    "results": [
        {
            "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
        },
        {
            "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/73/?format=api",
            "post": "Agreed.",
            "userprofile": "https://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://pagoolabs.com/posts/api/67/?format=api",
            "story": "https://pagoolabs.com/stories/api/38/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/92/?format=api",
            "post": "Ahh yes. I see that now. 7 is still open so can't open another. Makes sense.\r\nYeah mkts really crazy over decembr.\r\nThx alot for these write ups btw.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/constanz/?format=api",
            "submit_date": "2018-01-08T08:33:09Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://pagoolabs.com/posts/api/91/?format=api",
            "story": "https://pagoolabs.com/stories/api/58/?format=api",
            "forum": null
        }
    ]
}