GET /forums/api/?format=api&ordering=parent&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&ordering=parent",
    "results": [
        {
            "url": "https://www.pagoolabs.com/forums/api/members/?format=api",
            "id": 5,
            "title": "Members",
            "slug": "members",
            "description": "Forums created by our signed up membership, when they do not nest in any other forum",
            "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.508441Z",
            "parent": null,
            "moderators": "SeanManefield",
            "stories": 0
        },
        {
            "url": "https://www.pagoolabs.com/forums/api/trading-education/?format=api",
            "id": 1,
            "title": "Trading Education",
            "slug": "trading-education",
            "description": "Learn how to trade many financial instruments from the ground up",
            "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.282282Z",
            "parent": null,
            "moderators": "SeanManefield",
            "stories": 15
        }
    ]
}