GET /forums/api/?format=api&ordering=description&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=description",
    "results": [
        {
            "url": "https://www.pagoolabs.com/forums/api/django/?format=api",
            "id": 8,
            "title": "Django",
            "slug": "django",
            "description": "The Django web framework, written in Python for web professionals",
            "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.670662Z",
            "parent": "https://www.pagoolabs.com/forums/api/web-sites/?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
        }
    ]
}