Games & PIDs
Base URL https://api.sonofutred.com ·
GET https://api.sonofutred.com/services ·
GET https://api.sonofutred.com/products
Order shapes
Every order also sends pid + trxid.
| Shape | Fields | Games |
|---|---|---|
| Player ID | userId |
PUBG, Free Fire, live apps, … |
| ML-style | userId + zoneId |
Mobile Legends, … |
| UID + server | userId + serverId |
Genshin, HSR, ZZZ, WUWA, … |
| 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": "GWP60",
"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": "GWF1100",
"userId": "123456789",
"trxid": "ORD-2"
}
Valorant
{
"pid": "GWVAL475",
"userId": "Player Name#TAG",
"trxid": "ORD-3"
}
Live apps
| Slug | App |
|---|---|
livetopbigo |
Bigo |
livetopbigos2 |
Bigo S2 |
livetoplikee |
Likee |
livetopsoulchill |
Soulchill |
livetoppoppo |
Poppo |
livetopyaahlan |
Yaahlan |
livetopimo |
IMO |
{
"pid": "GWBGO100",
"userId": "1234567890",
"trxid": "ORD-4"
}
Game keys & gift cards
{
"pid": "GWGKPU60",
"quantity": 2,
"trxid": "ORD-5"
}
Once Human
| Field | Telegram |
|---|---|
userId |
User ID |
region |
Region |
moreId |
Server ID |
{
"pid": "GWOH62",
"userId": "player_01",
"region": "Europe",
"moreId": "srv001",
"trxid": "ORD-6"
}
{
"orderCreated": true,
"orderId": "GW-API-OH-A1B2C3-D4E5F6A7",
"status": "processing",
"game": "oncehuman",
"packName": "60 Crystals",
"amountUsd": 0.99,
"userId": "player_01",
"serverId": "Europe",
"moreId": "srv001"
}
{
"orderCreated": true,
"orderId": "GW-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": "GWML86",
"userId": "123456789",
"zoneId": "1234",
"trxid": "ORD-7"
}
Genshin / HSR / ZZZ / WUWA
{
"pid": "GWGI6480",
"userId": "800012345",
"serverId": "asia",
"trxid": "ORD-8"
}
PUBG Subscription
| Pack | PID |
|---|---|
| PRIME 1 MONTH | GWPSP1 |
| PRIME 3 MONTHS | GWPSP3 |
| PRIME 6 MONTHS | GWPSP6 |
| PRIME 12 MONTHS | GWPSP12 |
| PRIMEPLUS 1 MONTH | GWPPS1 |
| PRIMEPLUS 3 MONTHS | GWPPS3 |
| PRIMEPLUS 6 MONTHS | GWPPS6 |
| PRIMEPLUS 12 MONTHS | GWPPS12 |
| FIRST PURCHASE PACK | GWPSFP |
| MATERIAL PACK | GWPSMP |
| MYTHIC EMBLEM PACK | GWPSMYTH |
| WEEKLY EMBLEM | GWWEMBLM |
{
"pid": "GWPSP1",
"userId": "51234567890",
"trxid": "ORD-9"
}
PUBG UC Special
| Pack | PID |
|---|---|
| 336 UC Special | GWPSP336 |
| 672 UC Special | GWPSP672 |
{
"pid": "GWPSP336",
"userId": "51234567890",
"trxid": "ORD-10"
}
PUBG UC CN WEB
| Pack | PID |
|---|---|
| 60 UC CN WEB | GWPCN60 |
| 325 UC CN WEB | GWPCN325 |
| 660 UC CN WEB | GWPCN660 |
| 1800 UC CN WEB | GWPCN1800 |
| 3850 UC CN WEB | GWPCN3850 |
| 8100 UC CN WEB | GWPCN8100 |
{
"pid": "GWPCN60",
"userId": "51234567890",
"trxid": "ORD-11"
}