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

{
    "count": 12,
    "next": null,
    "previous": "https://www.pagoolabs.com/forums/api/?format=api",
    "results": [
        {
            "url": "https://www.pagoolabs.com/forums/api/learning-center/?format=api",
            "id": 3,
            "title": "Learning Center",
            "slug": "learning-center",
            "description": "Stories on the basics of trading various financial instruments",
            "rules": "1. Do not break the law in your jurisdiction\n2. Be engaged but polite\n",
            "photo": null,
            "creation_date": "2017-09-23T05:43:28.419300Z",
            "parent": "https://www.pagoolabs.com/forums/api/trading-education/?format=api",
            "moderators": "SeanManefield",
            "stories": 0
        },
        {
            "url": "https://www.pagoolabs.com/forums/api/setups/?format=api",
            "id": 4,
            "title": "Setups",
            "slug": "setups",
            "description": "Stories on the basic way of setting up a trade in almost any instrument",
            "rules": "1. Do not break the law in your jurisdiction\n2. Be engaged but polite\n",
            "photo": null,
            "creation_date": "2017-09-23T05:43:28.461008Z",
            "parent": "https://www.pagoolabs.com/forums/api/trading-education/?format=api",
            "moderators": "SeanManefield",
            "stories": 1
        }
    ]
}