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/web-sites/?format=api",
            "id": 7,
            "title": "Web Sites",
            "slug": "web-sites",
            "description": "Stories about designing, implementing and deploying web sites",
            "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.614296Z",
            "parent": "https://www.pagoolabs.com/forums/api/programming/?format=api",
            "moderators": "SeanManefield",
            "stories": 0
        },
        {
            "url": "https://www.pagoolabs.com/forums/api/python/?format=api",
            "id": 10,
            "title": "Python",
            "slug": "python",
            "description": "Python is a full featured programming language used throughout the web and beyond",
            "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.804294Z",
            "parent": "https://www.pagoolabs.com/forums/api/programming/?format=api",
            "moderators": "SeanManefield",
            "stories": 0
        }
    ]
}