GET /forums/api/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12,
    "next": "https://www.pagoolabs.com/forums/api/?format=api&page=2",
    "previous": null,
    "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/programming/?format=api",
            "id": 6,
            "title": "Programming",
            "slug": "programming",
            "description": "Stories about general programming for trading as well as subforums for Django, Python, Javascript, CSharp, SQL and more",
            "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.558148Z",
            "parent": null,
            "moderators": "SeanManefield",
            "stories": 0
        },
        {
            "url": "https://www.pagoolabs.com/forums/api/javascript/?format=api",
            "id": 9,
            "title": "Javascript",
            "slug": "javascript",
            "description": "Javascript is the programming language of choice for client side browsers and is expanding into the backend",
            "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.729287Z",
            "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
        },
        {
            "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/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
        },
        {
            "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
        },
        {
            "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/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
        }
    ]
}