curl "https://api.ravan.ai/api/v1/phone-numbers/available-numbers/US/?page_size=3" \ -H "X-Api-Key: YOUR_API_KEY"
{ "success": true, "message": "Available numbers fetched successfully", "data": [ { "isoCountry": "US", "phoneNumber": "+13612738809", "price": 1.15, "perMinutePriceOutbound": 0.0945, "perMinutePriceInbound": 0.0085, "telephonyType": "" }, { "isoCountry": "US", "phoneNumber": "+13613211404", "price": 1.15, "perMinutePriceOutbound": 0.0945, "perMinutePriceInbound": 0.0085, "telephonyType": "" }, { "isoCountry": "US", "phoneNumber": "+13614189049", "price": 1.15, "perMinutePriceOutbound": 0.0945, "perMinutePriceInbound": 0.0085, "telephonyType": "" } ] }
Browse available phone numbers for purchase in a specific country. Returns numbers with pricing details for both inbound and outbound calls.
US
GB
IN
DE
CA
TX
Show data[]
+13612738809
ISO country code (e.g. US, GB)
Number of results per page
Region filter
Successful response
Show child attributes