GET /forums/api/?format=api&ordering=id&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=id",
    "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/help/?format=api",
            "id": 13,
            "title": "Help",
            "slug": "help",
            "description": "How to use Pagoo and navigate the forums, Stories, Posts and Users",
            "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.956119Z",
            "parent": "https://www.pagoolabs.com/forums/api/site-news/?format=api",
            "moderators": "SeanManefield",
            "stories": 0
        }
    ]
}