100HP
  1. 100HP Gaming API
100HP
  • 100HP API for partners v2.9.1
    • General
      • Overview
      • FAQ
        • Rollback and billing resolver general flow
        • HTTP status codes and custom error codes
        • IP Whitelisting
    • Integration
      • Preparation for integration
      • General API provision
    • 100HP Gaming API
      • Game list
        GET
      • Launch game url
        POST
      • Video replay
        GET
    • 100HP Game flow API
      • Player authorization
      • Get balance
      • Withdrawal money
      • Deposit money
      • Rollback money
    • Implementation Guide
      • YourCasino.js
      • Casino.js
      • TestCasino.js
      • DDL-example
        • mongodb.js
        • mysql.js
        • postgres.js
    • Testing
      • Automated Test Service
    • API INFO
      • API Changelog
  1. 100HP Gaming API

Game list

GET
/games/v1/list
This method allows the partner to get the game list.

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Go
PHP
Python
Request Request Example
Shell
JavaScript
Java
Go
curl --location 'https://<GAME_PROVIDER_URL>/games/v1/list?secret=<secret>'

Responses

🟢200Success
application/json
Body

Example
{
    "id": "4d2d758e-5d17-4c65-bc1d-e31d1dd220ea",
    "name": "Lucky Loot",
    "developer": {
      "id": "8da630c9-6378-4f20-b864-320287ea4ebf",
      "name": "developerX"
    },
    "ownerName": "Lucky Loot",
    "logoUrl": "image.png",
    "hidden": false,
    "monetizationType": "profit",
    "category": "Crash game",
    "hasDemo": true,
    "hasMobileVersion": true,
    "hasDedicatedMobileUrl": true,
    "supportedCurrencies": [
      "RUB",
      "USD"
    ],
    "supportedLanguage": [
      "ru",
      "en"
    ],
    "createdAt": "2021-05-14T16:52:56.950Z",
    "updatedAt": "2021-05-14T16:52:56.950Z"
  }
🟠400Request params validation error
🟠401Unauthorized
🔴500Internal Server Error
Modified at 2026-01-26 14:47:00
Previous
100HP Gaming API
Next
Launch game url
Built with