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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Skill Gaming Solutions",
            "question": "What is Skill Gaming Solutions?",
            "answer": "<p>Skill Gaming Solutions is a game developer company.</p>",
            "order": 1,
            "type": "GR",
            "game": null
        },
        {
            "id": 2,
            "name": "Keno",
            "question": "What are Keno games?",
            "answer": "<p>In Keno games you select random numbers from the pool and get amazing rewards when your numbers are drawn.</p>",
            "order": 2,
            "type": "GM",
            "game": null
        },
        {
            "id": 4,
            "name": "Gameplay Tutorials",
            "question": "What are fish games?",
            "answer": "<p>Fish games are shooter games in which you have to hunt down the creatures to get rewards. There is a variety of creatures, and they all carry different amounts on them. The bigger the creatures/fishes, the bigger the money on them.&nbsp;</p>",
            "order": 4,
            "type": "GM",
            "game": 134
        },
        {
            "id": 3,
            "name": "Participate",
            "question": "How to participate and play the games?",
            "answer": "<p>Please let us know through social media. We request you to message us on Telegram(a social messaging app- more secure and safer than any other messaging app). Please find the telegram button or live support/chat to communicate with us.&nbsp;</p>",
            "order": 4,
            "type": "BS",
            "game": null
        },
        {
            "id": 5,
            "name": "Gameplay Tutorials",
            "question": "What are slot games?",
            "answer": "<p>Slot games are just like casino games where you can spin the slot reels and match for certain symbols to win extraordinary money. There are different types of slot games available on different platforms. Try playing them from Milkyway/High roller/LOL/Panda Master.</p>",
            "order": 5,
            "type": "GM",
            "game": 13
        }
    ]
}