Top Countries By Service

Returns provider countries available for the requested service. Data is refreshed every 5 minutes and includes only countries where rate is 100 or higher.

GET http://privatesms.vip/stubs/handler_api.php?api_key={apikey}&action=getTopCountriesByService&service=lf

Request Parameters

NameDescription
api_keyPersonal API key from the client account.
actionMust be getTopCountriesByService.
serviceProvider service code. For TikTok use lf.

Response Examples

200 OK

{
  "0": {
    "country": "GB",
    "rate": 4980,
    "price": 0.004,
    "count": 999
  },
  "1": {
    "country": "MM",
    "rate": 2558,
    "price": 0.004,
    "count": 999
  },
  "10": {
    "country": "PH",
    "rate": 515,
    "price": 0.004,
    "count": 999
  },
  "11": {
    "country": "UG",
    "rate": 189,
    "price": 0.004,
    "count": 999
  },
  "12": {
    "country": "NG",
    "rate": 140,
    "price": 0.004,
    "count": 999
  },
  "13": {
    "country": "MZ",
    "rate": 134,
    "price": 0.004,
    "count": 999
  },
  "14": {
    "country": "GE",
    "rate": 133,
    "price": 0.004,
    "count": 999
  },
  "15": {
    "country": "IL",
    "rate": 114,
    "price": 0.004,
    "count": 999
  },
  "16": {
    "country": "LY",
    "rate": 100,
    "price": 0.004,
    "count": 999
  },
  "2": {
    "country": "IT",
    "rate": 2104,
    "price": 0.004,
    "count": 999
  },
  "3": {
    "country": "GN",
    "rate": 1670,
    "price": 0.004,
    "count": 999
  },
  "4": {
    "country": "DE",
    "rate": 1591,
    "price": 0.004,
    "count": 999
  },
  "5": {
    "country": "US",
    "rate": 1138,
    "price": 0.004,
    "count": 999
  },
  "6": {
    "country": "DZ",
    "rate": 915,
    "price": 0.004,
    "count": 999
  },
  "7": {
    "country": "ID",
    "rate": 872,
    "price": 0.004,
    "count": 999
  },
  "8": {
    "country": "FR",
    "rate": 740,
    "price": 0.004,
    "count": 999
  },
  "9": {
    "country": "QA",
    "rate": 632,
    "price": 0.004,
    "count": 999
  }
}

Notes

Data is synchronized every 5 minutes.
Only countries with rate 100 or higher are returned.
Current Lucky TIKTOK TikTok service code is lf.

Error Responses

StatusServer responseDescription
401BAD_KEYThe API key is invalid.
400BAD_ACTIONThe action value is invalid.
500SERVER ERRORUnexpected internal server error.
403BANNEDThe account is disabled.
404BAD_SERVICEService code is missing or invalid.
RUEN