FastNum

Api Docs

API URL: https://fastnum.org/stubs/handler_api.php


Valid Requests: GET All requests must contain an API key as a parameter "key" Login To View Api Key


  • Request of balance
    https://fastnum.org/stubs/handler_api.php?api_key={api_key}&action=getBalance

    Method - GET

    {api_key} - API key

  • Request number
    https://fastnum.org/stubs/handler_api.php?api_key={api_key}&action=getNumber&service={service}&country={country}

    Method - GET

    {api_key} - API key
    {service} - Service for order
    {country} - country

    Server Answer

    NO_NUMBERS - There are no numbers with the specified parameters, try again later, or change the country.
    BAD_SERVICE - Incorrect service name
    NO_BALANCE - Run out of money for API-key

  • Change activation status
    https://fastnum.org/stubs/handler_api.php?api_key={api_key}&action=setStatus&id={id}&status={status}

    Method - GET

    {api_key} - API key
    {id} - Activation ID
    {status} - activation status (8 - cancel activation, 3 - Request another SMS)

  • Get Activation Status
    https://fastnum.org/stubs/handler_api.php?api_key={api_key}&action=getStatus&id={id}

    Method - GET

    {api_key} - API key
    {id} - Activation ID

    Server Answer

    STATUS_WAIT_CODE - Waiting for SMS
    STATUS_CANCEL - Activation canceled
    STATUS_OK:CODE - Code received (where CODE - activation code)

  • List of countries
    https://fastnum.org/stubs/handler_api.php?api_key={api_key}&action=getCountries

    Method - GET

    {api_key} - API key

  • List of services
    https://fastnum.org/stubs/handler_api.php?api_key={api_key}&action=getServices

    Method - GET

    {api_key} - API key