How to use API

SMS received statistics

Get number

This section is more suitable for getting acquainted with prices and statistics of receiving sms.

It is possible to manually get a number or text here, but quite difficult.
This is due to the fact that a lot of users use our partners' software to get a number.

If you need a large number of numbers - we advise you to use the API.

Myanmar
Count: 96

Max price
+ API

Buy under 14 ₽

Nigeria
Count: 62

Max price
+ API

Buy under 14 ₽

Price list

Price: 15 ₽
Operator: 23
5872 pcs.
Price: 29 ₽
Operator: 2
3 pcs.
Price: 32 ₽
Operator: 64
99 pcs.
Price: 35 ₽
Operator: 4
5 pcs.
Price: 35 ₽
Operator: 4
5 pcs.
Price: 42 ₽
Operator: 3
1 pcs.
Yemen
Count: 98

Max price
+ API

Buy under 14 ₽

Uzbekistan
Count: 73

Max price
+ API

Buy under 14 ₽

Price list

Price: 15 ₽
Operator: 23
3316 pcs.
Price: 32 ₽
Operator: 64
88 pcs.
Price: 42 ₽
Operator: 3
1 pcs.
Iraq
Count: 83

Max price
+ API

Buy under 14 ₽

Price list

Price: 15 ₽
Operator: 23
4104 pcs.
Price: 29 ₽
Operator: 2
3 pcs.
Price: 32 ₽
Operator: 64
29 pcs.
Afghanistan
Count: 30

Max price
+ API

Buy under 14 ₽

Libya
Count: 25

Max price
+ API

Buy under 14 ₽

Price list

Price: 15 ₽
Operator: 23
8358 pcs.
Price: 20 ₽
Operator: 8
36 pcs.
Price: 32 ₽
Operator: 64
39 pcs.
Price: 42 ₽
Operator: 3
1 pcs.
Price: 44 ₽
Operator: 57
5000 pcs.
Lebanon
Count: 24

Max price
+ API

Buy under 14 ₽

Price list

Price: 15 ₽
Operator: 23
9787 pcs.
Price: 35 ₽
Operator: 4
5 pcs.
Price: 42 ₽
Operator: 3
1 pcs.
Kenya
Count: 2948

Max price
+ API

Buy under 15 ₽

Price list

Price: 15 ₽
Operator: 23
2948 pcs.
Tanzania
Count: 7983

Max price
+ API

Buy under 15 ₽

Price list

Price: 15 ₽
Operator: 23
7983 pcs.

Using API SMSLIVE.PRO

Our API is fully compatible with similar sites.
URL for API requests: https://smslive.pro/stubs/handler_api.php
Allow POST and GET requests.
Requests must have an API key as the api_key parameter.

Count of available phone numbers

https://smslive.pro/stubs/handler_api.php?api_key=$api_key&action=getNumbersStatus&country=$country

Parameters:
$api_key - Your API key
$country * - Country
* - optional

Response:
{"wa":"44","vk":"32","tg":"400","ig":"2","ya":"100","tw":"999","mt":"32"}

Errors:
BAD_KEY - invalid API key
BAD_ACTION - incorrect action

Get balance

https://smslive.pro/stubs/handler_api.php?api_key=$api_key&action=getBalance

Parameters:
$api_key - Your API key

Response:
ACCESS_BALANCE:'your balance'

Errors:
BAD_KEY - invalid API key
BAD_ACTION - incorrect action

Get number

https://smslive.pro/stubs/handler_api.php?api_key=$api_key&action=getNumber&service=$service&country=$country&ref=$ref&operators=1,2,3&exceptOperators=4,5,6&maxPrice=$maxPrice

Parameters:
$api_key - Your API key
$service - Service code
$country * - Country code
$operators * - Operators, not more than 5 pcs.
$exceptOperators * - Excluded operators, not more than 5 pcs.
$ref * - account ID, account type should be «Developer». details
$maxPrice * - the maximum price for which you are willing to buy the number. how to use
If maxPrice parameter is specified, then MaxPrice + API from the cabinet is ignored, for MaxPrice + API country is required!
* - optional

Response:
ACCESS_NUMBER:$activationId:$phoneNumber

Errors:
BAD_KEY - invalid API key
BAD_ACTION - incorrect action
BANNED - temporary ban
BAD_SERVICE - incorrect service code
BAD_COUNTRY - incorrect country code
BAD_MAX_PRICE - incorrect maximum price
BAD_OPERATORS - operator not found
TOO_MANY_OPERATORS - number of operators exceeds 5 pcs.
BAD_EXCEPT_OPERATORS - excluded operator not found
TOO_MANY_EXCEPT_OPERATORS - number of excluded operators exceeds 5 pcs.
NO_BALANCE - no money on balance
NO_CONNECTION - no connection to service
NO_NUMBERS - no available numbers

Get number V2

https://smslive.pro/stubs/handler_api.php?api_key=$api_key&action=getNumberV2&service=$service&country=$country&ref=$ref&operators=1,2,3&exceptOperators=4,5,6&maxPrice=$maxPrice

Response:
{
"activationId": $activationId,
"phoneNumber": $phoneNumber,
"activationCost": "5.5",
"countryCode": "0",
"activationTime": "2023-11-11 18:30:20",
}

Activation status

https://smslive.pro/stubs/handler_api.php?api_key=$api_key&action=getStatus&id=$id

Parameters:
$api_key - Your API key
$id - Activation ID received in getNumber or getNumberV2

Response:
STATUS_OK:'text code'
STATUS_WAIT_CODE - wait code

Errors:
BAD_KEY - invalid API key
BAD_ACTION - incorrect action
NO_ACTIVATION - The activation ID does not exist

Change activation status

https://smslive.pro/stubs/handler_api.php?api_key=$api_key&action=setStatus&status=$status&id=$id

Parameters:
$api_key - Your API key
$id - Activation ID received in getNumber or getNumberV2
$status - Activation status

1 number is ready (SMS sent to the number)
3 request another code (free of charge)
6 complete activation
8 number has been used and cancel activation

Logic of use API
Get number using getNumber method
the following actions are then available

8 - Cancel activation (if the number doesn't work for you)
1 - SMS has been sent (optional)

For activation with status 1
8 - Cancel activation
After receipt of the code:
3 - Request another SMS
6 - Confirm SMS code and complete activation

For activation with status 3
6 - Confirm SMS code and complete activation

Response:
ACCESS_READY - number is ready to receive the code
ACCESS_ACTIVATION - service activated
ACCESS_CANCEL - activation cancelled

Errors:
BAD_KEY - invalid API key
BAD_ACTION - incorrect action
NO_ACTIVATION - The activation ID does not exist
BAD_STATUS - incorrect status
EARLY_CANCEL_DENIED - cannot be cancelled in the first 2 minutes

Get prices

https://smslive.pro/stubs/handler_api.php?api_key=$api_key&action=getPrices

Parameters:
$api_key - Your API key

Response:
{"Country code":{"Service code":{"cost":"count","cost":"count"}
{"2":{"wa":{"10.00":"10","15.00":"44"}

Errors:
BAD_KEY - invalid API key
BAD_ACTION - incorrect action

Buy email

https://smslive.pro/stubs/handler_api.php?api_key=$api_key&action=buyMailActivation&service=$service

Parameters:
$api_key - Your API key
$service - Service code

Response:
{
"status": "OK",
"activationId": $activationId,
"email": $email,
}
OR
{
"status": "ERROR",
"ERROR": "ERROR_TRY_AGAIN",
}

Errors:
BAD_KEY - invalid API key
BAD_ACTION - incorrect action
BAD_SERVICE - incorrect service code
ERROR_TRY_AGAIN - No available email, try again

Check email

https://smslive.pro/stubs/handler_api.php?api_key=$api_key&action=checkMailActivation&id=$id

Parameters:
$api_key - Your API key
$id - Activation ID received in buyMailActivation

Response:
{
"status": "OK",
"code": "text code",
}
OR
{
"status": "ERROR",
"ERROR": "FORBIDDEN",
}

Errors:
BAD_KEY - invalid API key
BAD_ACTION - incorrect action
FORBIDDEN - The activation ID does not exist

Service list

WhatsApp - wa
Telegram - tg
Vkontakte - vk
Viber - vi
FaceBook - fb
OpenAI - dr
Yandex - ya
Mail.ru - ma
Google,youtube,Gmail - go
Instagram+Threads - ig
Steam - mt
Twitter - tw
TikTok - lf
Букмекеры / Цупис - ft
Однокласники - ok
Rambler - tc
Tinder - oi
Microsoft - mm
Лэтуаль - xm
СберМаркет - xj
X5ID - bd
Самокат - jr
SOKOLOV - abw
WeChat - wb
Winzo - vs
Dream11 - ve
Yalla - yl
MTS CashBack - da
Alipay/Alibaba/1688 - hw
Line messenger - me
Amazon - am
Grindr - yw
LinkedIN - tn
Wildberries - uu
Uber - ub
Lazada - dl
Nike - ew
Yahoo - mb
Apple - wx
Shopee - ka
Discord - ds
eBay - dh
PayPal - ts
Naver - nv
Claude - acz
99app - ki
Baidu - li
Airbnb - uk
OLX - sn
Zalo - mj
OZON - sg
Indomaret - ju
KakaoTalk - kt
Dana - fr
Tokopedia - xd
Foodpanda - nz
AOL - pm
Grab - jg
RedBook - qf
Urent/jet/RuSharing - of
POF - pf
IFood - pd
ArenaPlus - abt
Gojek - ni
avito - av
BlaBlaCar - ua
Юла - ym
Signal - bw
Wink - ta
РСА - cy
Hinge - vz
Pinduoduo - zp
Weibo - kf
Happn - df
DoorDash - ac
ShellBox - vg
Mercado - cq
Picpay - ev
Casino/bet/gambling - pc
Mamba, MeetMe - fd
OVO - xh
Metro - bv
BLIBLI - fk
OkCupid - vm
GoogleVoice - gf
Bolt - tx
Vinted - kc
Iti - ad
Leboncoin - do
Blizzard - bz
DiDi - xk
Flik - agn
Эльдорадо - ke
Ukrnet - hu
Deliveroo - zk
СберМегаМаркет - be
Flipkart - xt
Miravia - yr
CMB - agm
Allofresh - aeo
Bumble - mo
Imo - im
BPJSTK - abu
Olacabs - ly
Fruitz - mv
Hepsiburadacom - gx
TanTan - wh
Upwork - abq
myGLO - ae
BonusLink - acp
Ticketmaster - gp
Zoho - zh
FreeNow - zb
Temu - ep
MotorkuX - vr
Netflix - nf
GCash - bc
Carousell - gj
Meta - vy
Tata Neu - ace
PlayOJO - adc
Greggs - als
Snapchat - fu
Wolt - rr
Oldubil - ns
constitutioner - amn
Lyft - tu
Bilibili - zs
Cumbuca - ahh
Wise - bo
Магнит - mg
Bazos - cb
SmartyPig - ado
Nubank - aaa
bet365 - ie
Careem - ls
FitCredit - adm
EscapeFromTarkov - ah
Nanovest - je
Meituan - acj
JDcom - za
WEBDE - abo
Cian - adv
Astra Otoshop - afd
Twitch - hb
Astropay - gr
Tango - xr
Paysafecard - jq
Rediffmail - co
NoBroker - dv
AstraPay - aem
Bunda - afc
СпортМастер - yk
JTExpress - yx
Tencent QQ - qq
Rush - kv
FunPay - ng
Celcoin - ix
Freelancer - gq
Depop - xy
Taptap Send - abc
ZéDelivery - em
Airtel - zl
Autoru - aej
ZCity - ys
Foodora - abe
NovaPoshta - ms
ZUS Coffee - aik
Badoo - qv
YouDo - acw
inDriver - rl
Grailed - agd
MOMO - hc
AliExpress - hx
Fotka - rk
AptekaRU - gk
Remotasks - aln
Paytm - ge
Justdating - pu
Akulaku - tm
AVON - ff
hily - rt
Brevo - aiz
Familia - xn
Alfagift - bn
Uklon - cp
DewuPoison - lx
Sravni - nt
kolesa.kz - kl
BIGO LIVE - bl
RegRu - ow
Immowelt - ib
Delivery Club - dt
Couponscom - aby
Coinbase - re
Walmart - wr
Rozetka - km
MagaLu - afq
PagBank - abg
Kwai - vp
Lenta - rd
eWallet - yj
ВкусВилл - sh
KFC - fz
roomster - afn
Ultragaz - afr
BigC - zu
Bunq - ahe
IQOS - il
Fiverr - cn
Swiggy - jx
CAIXA - my
Move It - aix
Payoneer - nc
Revolut - ij
Beget - ov
Xiaomi - yu
Vercel - amb
Razer - acm
Myntra - nl
Yemeksepeti - yi
Betfair - vd
Cloud Manager - ael
OfferUp - zm
Ininal - hy
Cathay - ho
Maxim - ahl
Chispa - ir
OffGamers - uz
Zdorov - ps
Banqi - vc
КухняНаРайоне - ct
Şikayet var - fs
GovBr - afe
Ame Digital - afi
Ipsos iSay - agk
Dostavista - sv
SoulApp - mx
BinBin - uv
Gopuff - ajn
Idealista - kk
GMX - abk
Paxful - dn
Alchemy - aav
neftm - rn
TRUTH SOCIAL - ada
Neocrypto - aft
Muzz - alm
ProtonMail - dp
ApostaGanha - ml
MarketGuru - bm
Potato Chat - fj
GroupMe - xs
Glovo - aq
RecargaPay - xu
Voi - akr
WooPlus - ama
Uteka - bh
Disney Hotstar - ud
Prom - cm
Kaggle - zo
Rappi - aba
Daki - ahi
Fora - gu
GetNinjas - aiu
Klarna - afz
СберАптека - sl
BeeBoo - abd
Велобайк - aef
1and1 - ahs