Applications
Countries
Select an application to see available countries
Available Numbers
Select a country to see available phone numbers
API Documentation & Tester
Professional JSON API for requesting available numbers and SMS messages
Available Endpoints
Get numbers by application
GET https://free-sms.activatecode.org/Free_SMS/index.php?action=numbers&app=APP_NAME[&country=FILTER]
app: application name (partial match, case-insensitive)country: optional country name or ISO code filter
Get received SMS
GET https://free-sms.activatecode.org/Free_SMS/sms_api.php?phone=16146491554
Returns JSON list of messages for the phone number.
Response Format
[
{
"number": "16146491554",
"country": "United States",
"source": "SA_35_5463",
"app": "Tinder"
}
]