Getting started
All requests must go to http://api1.5sim.net/stubs/handler_api.php
For compatibility with existing software, where there is no our service, but there is our API
For Windows
Add the line 88.99.223.62 domain
in the file C:\Windows\System32\drivers\etc\hosts
, replace domain with the desired domain that is used in the software
For Linux
Add the line 88.99.223.62 domain
in the file /etc/hosts
, replace domain with the desired domain that is used in the software
If the software does not work
Download the root certificate and install it:
Windows
- Open Chrome
- Open Settings
- Select Manage Certificates
- Select Trusted Root Certificate Authorities
- Import — 5sim_rootCA.crt
Linux
sudo mkdir /usr/share/ca-certificates/extra
sudo cp 5sim_rootCA.crt /usr/share/ca-certificates/extra/5sim_rootCA.crt
Numbers
Request for the number of available numbers
Request example
curl "http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=getNumbersStatus&country=$country"
Response example
{
"at_0":"330",
"fb_0":"330",
"gm_0":"323",
"go_0":"323",
"ig_0":"326",
"mb_0":"330",
"mm_0":"330",
"ok_0":"330",
"or_0":"315",
"ot_0":"315",
"qw_0":"327",
"tg_0":"329",
"tw_0":"330",
"vi_0":"330",
"vk_0":"292",
"vr_0":"330",
"wa_0":"330",
"wb_0":"328",
"we_0":"330",
"ya_0":"203",
"ym_0":"13"
}
GET / POST - http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=getNumbersStatus&country=$country
Returns the number of available numbers
Request parameters
Name | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API-key |
country | number / string | No | Country number / Country name |
List of available countries
Response
Name | Type | Description |
---|---|---|
serviceName_{0/1} | string | The name of the service before the dash, after the designation of whether to enable redirection. 0 - do not enable. 1 - enable |
total | string | Number of available numbers |
Buy number
Request example
curl "http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=getNumber&service=$service&forward=$forward&operator=$operator&country=$country"
GET / POST - http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=getNumber&service=$service&forward=$forward&operator=$operator&country=$country
Orders a phone number for a specific service
Request parameters
Name | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API-key |
service | string | Yes | Ordering service |
forward | number | No | Enabling redirection. 0 (do not execute), 1 - (execute). The default value is 0 |
operator | string | No | The name of the operator. Accepted values: mts, beeline, any, where any is any operator. Optional parameter, default is any |
country | number / string | No | Country number / Country name |
List of available services
List of available countries
List of available operators
Response
Set status
Request example
curl "http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=setStatus&status=$status&id=$id&forward=$forward"
GET / POST - http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=setStatus&status=$status&id=$id&forward=$forward
Set activation status of the number
Request parameters
Name | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API-key |
id | string | Yes | Activation ID |
forward | number | Yes / No | The phone number to be forwarded to. Required only if the forward=1 parameter was passed in getNumber |
status | string | No | Activation status |
Possible activation statuses:
- -1 - cancel activation
- 1 - inform about the availability of the number (sms sent to the number)
- 3 - request another code (free of charge)
- 6 - complete activation(if the status was "code received" - marks successful and completes, if it was "preparation" - deletes and places an error, if the status was "waiting for a repeat" - puts the activation in waiting for SMS)
- 8 - notify that the number is used and cancel the activation
Response
Get order status
Request example
curl "http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=getStatus&id=$id"
GET / POST - http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=getStatus&id=$id
Return order status
Request parameters
Name | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API-key |
id | string | Yes | Order ID |
Response
Prices
Request for prices
Request example
curl "http://api1.5sim.net/stubs/handler_api.php?api_key=$apikey&action=getPrices"
GET / POST - http://api1.5sim.net/stubs/handler_api.php?api_key=$apikey&action=getPrices
Returns product prices
Request parameters
Name | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API-key |
Response
Response example
{
"russia":{
"telegram":{
"beeline":{
"cost":8,
"count":0
},
"matrix":{
"cost":8,
"count":0
},
"megafon":{
"cost":8,
"count":0
},
"mts":{
"cost":8,
"count":0
},
"rostelecom":{
"cost":8,
"count":0
},
"tele2":{
"cost":8,
"count":0
},
"virtual15":{
"cost":8,
"count":0
},
"yota":{
"cost":8,
"count":0
}
}
}
}
Request prices by country
Request example
curl "http://api1.5sim.net/stubs/handler_api.php?api_key=$apikey&action=getPrices&country=russia"
GET / POST - http://api1.5sim.net/stubs/handler_api.php?api_key=$apikey&action=getPrices&country=russia
Returns product prices by country
Request parameters
Name | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API-key |
country | number / string | Yes | Country number / Country name |
List of available countries
Response
Response example
{
"russia":{
"1688":{
"beeline":{
"cost":4,
"count":1260
},
"lycamobile":{
"cost":4,
"count":935
},
"matrix":{
"cost":4,
"count":0
}
}
}
}
Request for a price for a product
Request example
curl "http://api1.5sim.net/stubs/handler_api.php?api_key=$apikey&action=getPrices&service=vkontakte"
GET / POST - http://api1.5sim.net/stubs/handler_api.php?api_key=$apikey&action=getPrices&service=vkontakte
Returns prices for a specific product
Request parameters
Name | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API-key |
service | string | Yes | Service name |
List of available services
Response
Response example
{
"telegram":{
"afghanistan":{
"virtual18":{
"cost":4,
"count":1260
},
"virtual23":{
"cost":4,
"count":935
},
"virtual4":{
"cost":4,
"count":0
}
}
}
}
Request price by country and product
Request example
curl "http://api1.5sim.net/stubs/handler_api.php?api_key=$apikey&action=getPrices&country=russia&service=vkontakte"
GET / POST - http://api1.5sim.net/stubs/handler_api.php?api_key=$apikey&action=getPrices&country=russia&service=vkontakte
Returns product prices by country and specific product
Request parameters
Name | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API-key |
service | string | Yes | Service name |
country | number / string | Yes | Country number / Country name |
List of available services
List of available countries
Response
Response example
{
"russia":{
"telegram":{
"beeline":{
"cost":8,
"count":0
},
"matrix":{
"cost":8,
"count":0
},
"megafon":{
"cost":8,
"count":0
},
"mts":{
"cost":8,
"count":0
},
"rostelecom":{
"cost":8,
"count":0
},
"tele2":{
"cost":8,
"count":0
},
"virtual15":{
"cost":8,
"count":0
},
"yota":{
"cost":8,
"count":0
}
}
}
}
Balance
Balance request
Request example
curl "http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=getBalance"
GET / POST - http://api1.5sim.net/stubs/handler_api.php?api_key=$api_key&action=getBalance
Returns user balance
Request parameters
Name | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | API-key |
Response
Countries
Available countries
Country | Deprecated API1 |
---|---|
Russia | 0 |
Ukraine | 1 |
Kazakhstan | 2 |
China | 3 |
Philippines | 4 |
Indonesia | 6 |
Malaysia | 7 |
Kenya | 8 |
Tanzania | 9 |
Vietnam | 10 |
Kyrgyzstan | 11 |
Usa | 12 |
Israel | 13 |
Hongkong | 14 |
Poland | 15 |
England | 16 |
Madagascar | 17 |
Congo | 18 |
Nigeria | 19 |
Macau | 20 |
Egypt | 21 |
India | 22 |
Ireland | 23 |
Laos | 25 |
Haiti | 26 |
Ivorycoast | 27 |
Gambia | 28 |
Serbia | 29 |
Southafrica | 31 |
Romania | 32 |
Colombia | 33 |
Estonia | 34 |
Azerbaijan | 35 |
Canada | 36 |
Morocco | 37 |
Ghana | 38 |
Argentina | 39 |
Uzbekistan | 40 |
Cameroon | 41 |
Chad | 42 |
Germany | 43 |
Lithuania | 44 |
Croatia | 45 |
Sweden | 46 |
Netherlands | 48 |
Latvia | 49 |
Austria | 50 |
Belarus | 51 |
Thailand | 52 |
Saudiarabia | 53 |
Mexico | 54 |
Taiwan | 55 |
Spain | 56 |
Algeria | 58 |
Slovenia | 59 |
Bangladesh | 60 |
Senegal | 61 |
Turkey | 62 |
Czech | 63 |
Srilanka | 64 |
Peru | 65 |
Pakistan | 66 |
Newzealand | 67 |
Guinea | 68 |
Venezuela | 70 |
Ethiopia | 71 |
Mongolia | 72 |
Brazil | 73 |
Afghanistan | 74 |
Uganda | 75 |
Angola | 76 |
Cyprus | 77 |
France | 78 |
Papuanewguinea | 79 |
Mozambique | 80 |
Nepal | 81 |
Belgium | 82 |
Bulgaria | 83 |
Hungary | 84 |
Moldova | 85 |
Italy | 86 |
Paraguay | 87 |
Honduras | 88 |
Tunisia | 89 |
Nicaragua | 90 |
Easttimor | 91 |
Bolivia | 92 |
Costarica | 93 |
Guatemala | 94 |
Zimbabwe | 96 |
Puertorico | 97 |
Togo | 99 |
Kuwait | 100 |
Salvador | 101 |
Jamaica | 103 |
Tit | 104 |
Ecuador | 105 |
Swaziland | 106 |
Oman | 107 |
Bih | 108 |
Dominicana | 109 |
Panama | 112 |
Mauritania | 114 |
Sierraleone | 115 |
Jordan | 116 |
Portugal | 117 |
Barbados | 118 |
Burundi | 119 |
Benin | 120 |
Botswana | 123 |
Georgia | 128 |
Greece | 129 |
Guineabissau | 130 |
Guyana | 131 |
Saintkittsandnevis | 134 |
Liberia | 135 |
Lesotho | 136 |
Malawi | 137 |
Namibia | 138 |
Rwanda | 140 |
Slovakia | 141 |
Suriname | 142 |
Tajikistan | 143 |
Bahrain | 145 |
Reunion | 146 |
Zambia | 147 |
Armenia | 148 |
Burkinafaso | 152 |
Gabon | 154 |
Albania | 155 |
Uruguay | 156 |
Mauritius | 157 |
Bhutane | 158 |
Maldives | 159 |
Guadeloupe | 160 |
Turkmenistan | 161 |
Frenchguiana | 162 |
Finland | 163 |
Saintlucia | 164 |
Luxembourg | 165 |
Saintvincentandgrenadines | 166 |
Equatorialguinea | 167 |
Djibouti | 168 |
Antiguaandbarbuda | 169 |
Caymanislands | 170 |
Montenegro | 171 |
Switzerland | 173 |
Norway | 174 |
Australia | 175 |
Eritrea | 176 |
Saotomeandprincipe | 178 |
Aruba | 179 |
Montserrat | 180 |
Anguilla | 181 |
Japan | 182 |
Northmacedonia | 183 |
Seychelles | 184 |
Newcaledonia | 185 |
Capeverde | 186 |
You can also use the full name of the country:
Country | API 5SIM |
---|
Services
Available services
Service | Deprecated API1 |
---|---|
1688 | hn |
1xbet | wj |
32red | qi |
888casino | ll |
99app | ki |
Adidas | an |
Agroinform | qu |
Airbnb | uk |
Airtel | zl |
Airtel | wf |
Aitu | jj |
Alfa | bt |
Algida | lp |
Alibaba | ab |
Aliexpress | hx |
Aliexpress | al |
Alibaba/Alipay/Taobao/1688 | hw |
Amasia | yo |
Amazon | am |
Aol | pm |
Apple | wx |
Astropay | asp |
Auchan | st |
Avito | av |
Avon | ff |
B4ucabs | bu |
Baidu | li |
Banqi | vc |
Bigolive | bl |
Billmill | ri |
Bisu | el |
Bitaqaty | pt |
Bitclout | lt |
Blablacar | ua |
Blizzard | bz |
Blued | qn |
Bolt | tx |
Brand20ua | vo |
Burgerking | ip |
Bykea | iu |
Cafebazaar | uo |
Caixa | my |
Careem | ls |
Carousell | gj |
Cdkeys | pq |
Citaprevia | si |
Citymobil | yf |
Cliqq | fe |
Clubhouse | et |
Cmtcuzdan | ql |
Coinbase | re |
Coinfield | vw |
Craigslist | wc |
Cryptocom | ti |
Dbrua | tj |
Deliveroo | zk |
Delivery | dt |
Dent | zz |
Dhani | os |
Didi | xk |
Digikala | zv |
Discord | ds |
Disneyhotstar | ud |
Divar | dw |
Dodopizza | sd |
Dominospizza | dz |
Dostavista | sv |
Douyu | ak |
Dream11 | ve |
Drom | hz |
Drugvokrug | we |
Easypay | rz |
Ebay | dh |
Ebikegewinnspiel | le |
Eneba | uf |
Ezbuy | db |
Faberlic | rm |
Facebook | fb |
Fiqsy | ug |
Fiverr | cn |
Foodpanda | nz |
Foody | kw |
Freecharge | otp |
Gamearena | wn |
Gamekit | pa |
Gamer | ed |
Getir | ul |
Gett | gt |
Gg | qe |
Gittigidiyor | nk |
Global24 | iz |
Globaltel | gl |
Globus | hm |
Glovo | aq |
Google/YouTube | go |
Grabtaxi | jg |
Grindr | yw |
Hamrahaval | rp |
Happn | df |
Haraj | au |
Hepsiburadacom | gx |
Hezzl | ss |
Hily | rt |
Hopi | jl |
Hqtrivia | kp |
Humblebundle | un |
Humta | gv |
Huya | pp |
Icq | iq |
Icrypex | cx |
Ifood | pd |
Immowelt | ib |
Imo | im |
Inboxlv | iv |
Indriver | rl |
Ininal | hy |
Instagram/Threads | ig |
Iqos | il |
Ivi | jc |
Jd | za |
Jkf | hr |
Justdating | pu |
Justdial | jdl |
Kakaotalk | kt |
Karusel | de |
Keybase | bf |
Kotak811 | rv |
Kucoinplay | sq |
Kufarby | kb |
Kvartplata | yb |
Kwai | vp |
Lazada | dl |
Lenta | rd |
Line | me |
Linkedin | tn |
Livescore | eu |
Magnit | mg |
Magnolia | up |
Mailru | ma |
Mamba/Wamba | fd |
McDonalds/Vkusnoitochka | ry |
Mega | qr |
Mercado | cq |
Michat | mc |
Microsoft | mm |
Miloan | ey |
Miratorg | op |
Mobile01 | wk |
Momo | hc |
Monese | py |
Monobank | ji |
Mosru | ce |
Mrgreen | lw |
Mtscashback | da |
Myfishka | qa |
Myglo | ae |
Mylove | fy |
Mymusictaste | mu |
Mzadqatar | jm |
Nana | na |
Naver | nv |
Ncsoft | sw |
Netflix | nf |
Nhseven | nh7 |
Nifty | px |
Nike | ew |
Nrjmusicawards | pg |
Nttgame | zy |
Odnoklassniki | ok |
Offerup | zm |
Offgamers | uz |
Okta | lr |
Olacabs | ly |
Olx | sn |
Onlinerby | ob |
Oriflame | qh |
Other | ot |
Ozon | sg |
Paddypower | cw |
Pairs | dk |
Papara | zr |
Paxful | dn |
Payberry | qb |
Paycell | xz |
Paypal | ts |
Paysend | tr |
Paytm | ge |
Peoplecom | pe |
Perekrestok | pl |
Pgbonus | fx |
Picpay | ev |
Pof | pf |
Pokec | pk |
Potato | fj |
Powerkredite | dx |
Prajmeriz2020 | qc |
Premiumone | po |
Prom | cm |
Protonmail | dp |
Protp | rra |
Pureplatfrom | lk |
Pyaterochka/x5id | bd |
Pyromusic | ny |
Q12trivia | vf |
Qiwiwallet | qw |
Quipp | cc |
Rambler | tc |
Rediffmail | co |
Rosakhutor | qm |
Rsa | cy |
Rutube | ui |
Samokat | jr |
Seosprint | vv |
Sheerid | rx |
Shopee | ka |
Sikayetvar | fs |
Skout | wg |
Snapchat | fu |
Snappfood | ph |
Sneakersnstuff | sf |
Socios | ia |
Sportmaster | yk |
Spothit | cd |
Ssoidnet | la |
Steam | mt |
Surveytime | gd |
Swvl | tq |
Taksheel | ei |
Tango | xr |
Tantan | ta |
Taobao | qd |
Telegram | tg |
Tencentqq | |
Ticketmaster | gp |
Tiktok/Douyin | lf |
Tinder | oi |
Tosla | nr |
Touchance | fm |
Trendyol | pr |
Truecaller | tl |
Twitch | hb |
Twitter | tw |
Uber | ub |
Ukrnet | hu |
Vernyj | nb |
Viber | vi |
Vitajekspress | bj |
Vkontakte | vk |
Wechat | wb |
Weibo | kf |
Weststein | th |
Whatsapp | wa |
Wildberries | uu |
Wingmoney | jb |
Wish | xv |
Wmaraci | xl |
Wolt | rr |
Yaay | vn |
Yahoo | mb |
Yalla | yl |
Yandex | ya |
Yemeksepeti | yi |
Youla | ym |
Youstar | gb |
Zalo | mj |
Zoho | zh |
You can also use the full name of the service:
Service | API 5SIM |
---|
Operators
In order to get a list of operators, you need authorization.