Coverage

Operator coverage

Get a list of all MCC / MNC codes that Texter covers. This list changes each day because our coverage depends on our registered live nodes.

We recommend checking this list first before requesting Texter tests to verify if we support the operator.

Request

GET https://api.cmtelecom.com/texter/v1/support/operators

Response

[
  "20404",
  "20408",
  "20416"
]

Country coverage

Get a list of all countries which Texter covers. This list is based on which countries our supported operators are located in.

Request

GET https://api.cmtelecom.com/texter/v1/support/countries

Response

FieldTypeDescription
countryCodestringISO3166-1 alpha-2 country code
countryNamestringName of country
[
  {
    "countryCode": "BE",
    "countryName": "Belgium"
  },
  {
    "countryCode": "NL",
    "countryName": "Netherlands"
  },
  {
    "countryCode": "GB",
    "countryName": "United Kingdom"
  }
]

Current available operators

Get a list of MCC / MNC codes from Texter that indicates which operators have online live nodes at this very moment.
When the operator contains offline users only, it will be excluded from the list. Because corresponding phone numbers can't be provided at that moment.

We recommend checking this list frequently to check if Texter can find an online test node for you since the connectivity of our live community shifts hourly.

Request

GET https://api.cmtelecom.com/texter/v1/support/currentavailableoperators

Response

[
  "20404",
  "20408",
  "20416"
]