1. Home
  2. Gateway
  3. HTTP API
  4. Pricing

Pricing

This API allows you to check the current prices of your SMS sending account.

Please send your request to the following URL:

https://gateway.sms77.io/api/pricing

In addition to authentication the following parameters can be specified:

Optional parameters

Parameter Description Examples
country ISO Code of the country for which you want to query the prices. If this parameter is not specified, the prices of all countries are displayed de
fr
at
format Returns as CSV or in JSON format json (default)
csv

Return

In response to your request, you will receive a JSON format issue with detailed prices and further information.

Examples

Call up price list for SMS to Austria

Request:
https://gateway.sms77.io/api/pricing?p=api-key&country=at

Response:

{
    "countCountries": 1,
    "countNetworks": 4,
    "countries": [
        {
            "countryCode": "AT",
            "countryName": "Austria",
            "countryPrefix": "43",
            "networks": [
                {
                    "mcc": "232",
                    "mncs": [
                        "02"
                    ],
                    "networkName": "A1 Telekom Austria",
                    "price": 0.075,
                    "features": [],
                    "comment": ""
                },
                {
                    "mcc": "232",
                    "mncs": [
                        "01"
                    ],
                    "networkName": "A1 Telekom Austria (A1.net)",
                    "price": 0.075,
                    "features": [
                        "alpha",
                        "Numeric",
                        "dlr",
                        "sc"
                    ],
                    "comment": ""
                },
                {
                    "mcc": "232",
                    "mncs": [
                        "11"
                    ],
                    "networkName": "A1 Telekom Austria (bob)",
                    "price": 0.075,
                    "features": [],
                    "comment": ""
                },
                {
                    "mcc": "232",
                    "mncs": [
                        "09"
                    ],
                    "networkName": "A1 Telekom Austria (Tele2Mobil)",
                    "price": 0.075,
                    "features": [],
                    "comment": ""
                }
            ]
        }
    ]
}

Output as CSV

Request:
https://gateway.sms77.io/api/pricing?p=api-key&amp=api-key&country=at&format=csv

Response:

"countryCode";"countryName";"countryPrefix";"mcc";"mncs";"networkName";"price";"features";"comment"
"AT";"Austria";"43";"232";"02";"A1 Telekom Austria";"0.075";"";""
"AT";"Austria";"43";"232";"01";"A1 Telekom Austria (A1.net)";"0.075";"alpha,numeric,dlr,sc";""
"AT";"Austria";"43";"232";"11";"A1 Telekom Austria (bob)";"0.075";"";""
"AT";"Austria";"43";"232";"09";"A1 Telekom Austria (Tele2Mobil)";"0.075";"";""
"AT";"Austria";"43";"232";"12";"A1 Telekom Austria (yesss!)";"0.075";"";""
"AT";"Austria";"43";"232";"92";"ArgoNET GmbH (ArgoNET)";"0.075";"";""
"AT";"Austria";"43";"232";"14,16,19";"Hutchison Drei Austria";"0.075";"alpha,numeric,dlr,sc";""
"AT";"Austria";"43";"232";"05,10";"Hutchison Drei Austria (3)";"0.075";"alpha,numeric,dlr,sc";""
"AT";"Austria";"43";"232";"08";"Lycamobile Austria (Lycamobile)";"0.075";"";""
"AT";"Austria";"43";"232";"17";"MASS Response Service GmbH";"0.075";"alpha,numeric,dlr,sc";""
"AT";"Austria";"43";"232";"20";"MTEL Austrija GmbH (m:tel)";"0.075";"";""
"AT";"Austria";"43";"232";"15";"Mundio Mobile Austria (Vectone Mobile)";"0.075";"";""
"AT";"Austria";"43";"232";"91";"ÖBB (GSM-R A)";"0.075";"";""
"AT";"Austria";"43";"232";"06";"Orange Austria GmbH (Orange AT)";"0.075";"";""
"AT";"Austria";"43";"232";"22";"Plintron Austria Limited";"0.075";"";""
"AT";"Austria";"43";"232";"21";"Salzburg AG für Energie, Verkehr und Telekommunikation";"0.075";"";""
"AT";"Austria";"43";"232";"18";"smartspace GmbH";"0.075";"";""
"AT";"Austria";"43";"232";"03,13";"T-Mobile Austria (T-Mobile AT)";"0.075";"alpha,numeric,dlr,sc";""
"AT";"Austria";"43";"232";"07";"T-Mobile Austria (tele.ring)";"0.075";"";""
"AT";"Austria";"43";"232";"23";"T-Mobile Austria GmbH";"0.075";"";""
"AT";"Austria";"43";"232";"04";"T-Mobile Austria GmbH (T-Mobile AT)";"0.075";"";""