cURL
curl --request GET \ --url 'https://api.wavix.com/v1/buy/countries/{country}/cities/{city}/dids?appid='
{ "dids": [ { "activation_fee": "15.0", "channels": "4", "city": "Buenos Aires", "cnam": false, "country": "Argentina", "country_short_name": "AR", "domestic_cli": false, "free_min": 0, "id": 541139862174, "monthly_fee": "10.0", "number": "541139862174", "per_min": "0.01", "require_docs": [], "sms_enabled": false, "sms_price": 0 } ], "pagination": { "total": 1, "total_pages": 1, "current_page": 1, "per_page": 50 } }
Use this method to retrieve a paginated list of phone numbers available for purchase.
An API key to authorize your request
Country ID
City ID
Retrieve only text-enabled numbers
Requested page
Number of records per page
Show child attributes
Phone number unique ID
541139862174
One-time activation fee for a phone number, in USD
"15.0"
Monthly recurring fee for a phone number, in USD.
"10.0"
Price per inbound minute, in USD
"0.01"
Number of inbound channels
"4"
A city the phone number originates from
"Buenos Aires"
A county the phone number originates from
"Argentina"
2-letter ISO code of the country the phone number originates from
"AR"
Indicates if CNAM can be activated on the phone number
false
Number of free inbound minutes
0
The phone number in E.164 format
"541139862174"
A list of documents required to activate the phone number, if any
[1, 3]
Indicates whether the phone number can receive inbound SMS and MMS messages
Price per inbound SMS segment
0.25
Indicates whether the number can be used as the Caller ID for local calls
true
Current page number
2
25
Total number of records
101
Total number of pages
5
Was this page helpful?