Games & PIDs
Catalog from https://api.thgamersbot.cc ·
GET /services ·
GET /products
Order shapes
Every order also sends pid + trxid.
| Shape | Fields | Games |
|---|---|---|
| Player ID | userId |
PUBG, Free Fire, Zepeto, … |
| ML-style | userId + zoneId |
Mobile Legends, … |
| UID + server | userId + serverId |
Wuthering Waves, Identity V, … |
| Once Human | userId + region + moreId |
Once Human |
| RIOT ID | userId |
Valorant |
| Keys / cards | quantity |
Game keys, gift cards |
Services
PUBG
| Slug | Fields |
|---|---|
pubg |
userId |
pubgsubscription |
userId |
pubgucspecial |
userId |
pubgcncn |
userId |
{
"pid": "THP60",
"userId": "51234567890",
"trxid": "ORD-1"
}
Free Fire
| Slug | Fields |
|---|---|
ffmena |
userId (5–20 digits) |
ffcis |
userId (5–20 digits) |
ffbd |
userId (5–20 digits) |
fflatam |
userId (5–20 digits) |
{
"pid": "THF1100",
"userId": "123456789",
"trxid": "ORD-2"
}
Valorant
{
"pid": "THVAL475",
"userId": "Player Name#TAG",
"trxid": "ORD-3"
}
Game keys & gift cards
{
"pid": "THPK60",
"quantity": 2,
"trxid": "ORD-5"
}
Once Human
| Field | Player field |
|---|---|
userId |
User ID |
region |
Region |
moreId |
Server ID |
{
"pid": "THOH62",
"userId": "player_01",
"region": "Europe",
"moreId": "srv001",
"trxid": "ORD-6"
}
{
"orderCreated": true,
"orderId": "TH-API-OH-A1B2C3-D4E5F6A7",
"status": "processing",
"game": "oncehuman",
"packName": "60 Crystals",
"amountUsd": 0.99,
"userId": "player_01",
"serverId": "Europe",
"moreId": "srv001"
}
{
"orderCreated": true,
"orderId": "TH-API-OH-A1B2C3-D4E5F6A7",
"status": "completed",
"game": "oncehuman",
"packName": "60 Crystals",
"amountUsd": 0.99,
"durationSec": 12,
"userId": "player_01",
"serverId": "Europe",
"moreId": "srv001"
}
{
"orderCreated": false,
"status": "cancelled",
"game": "oncehuman",
"error": "INSUFFICIENT BALANCE"
}
Mobile Legends
{
"pid": "THM86",
"userId": "123456789",
"zoneId": "1234",
"trxid": "ORD-7"
}
Wuthering Waves / Identity V / Once Human
| Slug | Fields |
|---|---|
wutheringwaves |
userId + serverId |
identityv |
userId + serverId |
oncehuman |
userId + region + moreId |
{
"pid": "THW60",
"userId": "800012345",
"serverId": "os_asia",
"trxid": "ORD-8"
}
PUBG Subscription
| Pack | PID |
|---|---|
| PRIME 1 MONTH | THPSP1 |
| PRIME 3 MONTHS | THPSP3 |
| PRIME 6 MONTHS | THPSP6 |
| PRIME 12 MONTHS | THPSP12 |
| PRIMEPLUS 1 MONTH | THPPS1 |
| PRIMEPLUS 3 MONTHS | THPPS3 |
| PRIMEPLUS 6 MONTHS | THPPS6 |
| PRIMEPLUS 12 MONTHS | THPPS12 |
| FIRST PURCHASE PACK | THPSFP |
| MATERIAL PACK | THPSMP |
| MYTHIC EMBLEM PACK | THPSMYTH |
| WEEKLY EMBLEM | THWEMBLM |
{
"pid": "THPSP1",
"userId": "51234567890",
"trxid": "ORD-9"
}
PUBG UC CN WEB
| Pack | PID |
|---|---|
| 60 UC CN WEB | THPCN60 |
| 325 UC CN WEB | THPCN325 |
| 660 UC CN WEB | THPCN660 |
| 1800 UC CN WEB | THPCN1800 |
| 3850 UC CN WEB | THPCN3850 |
| 8100 UC CN WEB | THPCN8100 |
{
"pid": "THPCN60",
"userId": "51234567890",
"trxid": "ORD-11"
}
PUBG UC CARD PURCHASE
| Pack | PID |
|---|---|
| 60 UC | THPCD60 |
| 325 UC | THPCD325 |
| 660 UC | THPCD660 |
| 1800 UC | THPCD1800 |
| 3850 UC | THPCD3850 |
| 8100 UC | THPCD8100 |
| 16200 UC | THPCD16200 |
| 24300 UC | THPCD24300 |
| 32400 UC | THPCD32400 |
| 40500 UC | THPCD40500 |
{
"pid": "THPCD8100",
"userId": "51234567890",
"trxid": "ORD-12"
}