GET /forums/api/?format=api&ordering=-rules&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=-rules",
    "results": [
        {
            "url": "https://www.pagoolabs.com/forums/api/services/?format=api",
            "id": 12,
            "title": "Services",
            "slug": "services",
            "description": "Services we offer including web design and programming. We built Pagoo, we can help you!",
            "rules": "1. Do not break the law in your jurisdiction\n2. Be engaged but polite\n",
            "photo": null,
            "creation_date": "2017-09-23T05:43:29.906489Z",
            "parent": "https://www.pagoolabs.com/forums/api/site-news/?format=api",
            "moderators": "SeanManefield",
            "stories": 0
        },
        {
            "url": "https://www.pagoolabs.com/forums/api/site-news/?format=api",
            "id": 11,
            "title": "Site News",
            "slug": "site-news",
            "description": "The latest information ass well as background on this trading education site",
            "rules": "1. Do not break the law in your jurisdiction\n2. Be engaged but polite\n",
            "photo": null,
            "creation_date": "2017-09-23T05:43:29.854754Z",
            "parent": null,
            "moderators": "SeanManefield",
            "stories": 0
        }
    ]
}