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

{
    "count": 46,
    "next": "https://www.pagoolabs.com/posts/api/?format=api&ordering=-parent&page=4",
    "previous": "https://www.pagoolabs.com/posts/api/?format=api&ordering=-parent&page=2",
    "results": [
        {
            "url": "https://www.pagoolabs.com/posts/api/80/?format=api",
            "post": "Ok I got through these 5 or 6 and yeah they explain how to them but dont we need a computer program? Gets boring when I have to repeat the same calcs on each chart.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/jono/?format=api",
            "submit_date": "2017-12-02T02:01:01Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/48/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/52/?format=api",
            "post": "",
            "userprofile": "https://www.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://www.pagoolabs.com/posts/api/68/?format=api",
            "post": "You have used moving averages here but MACD indicator is more common. It has the advantage of having a momentum oscillator built in. Maybe you could show an fx market using a macd. Trends and all.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/texas/?format=api",
            "submit_date": "2017-11-06T07:18:10Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/43/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/53/?format=api",
            "post": "",
            "userprofile": "https://www.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
        }
    ]
}