API Playground
Try the Casino API in your browser.
Real endpoints. Real request/response shapes. No signup — just copy the curl and hit run.
List games
Return every game for one or more providers, with RTP, category, and thumbnail.
Requestbash
curl https://api.gamingapi.shop/v1/games?provider=pg-soft \
-H "Authorization: Bearer $API_KEY"Response 200json
{
"provider": "pg-soft",
"total": 128,
"games": [
{
"id": "pgs_mahjong_ways_2",
"name": "Mahjong Ways 2",
"rtp": 96.95,
"category": "slots",
"thumbnail": "https://cdn.gamingapi.shop/pg/mahjong2.jpg"
},
{
"id": "pgs_wild_bandito",
"name": "Wild Bandito",
"rtp": 96.71,
"category": "slots",
"thumbnail": "https://cdn.gamingapi.shop/pg/bandito.jpg"
}
]
}Ready to build?
Get sandbox credentials in one message.