cURL
curl --request POST \ --url https://api.vida.dev/api/v2/phoneNumber/search/local/locality \ --header 'Content-Type: application/json' \ --data '{ "city": "Austin", "region": "TX", "country": "US" }'
{ "success": true, "message": "Success" }
Search for a phone number based on city, region, and country.
Vida API Token
City you are searching for. If the particular city is unavailable, phone numbers from a 10 mile radius will be returned
"Austin"
Region for the search. If searching within the U.S., this will be the state
"TX"
Country for the search
"US"
Successfully retrieved available numbers
true
"Success"