Cellular Network Signal Finder for Business

An API service to locate all the cellular towers around a specific location.

FindTower for business screenshot

Pricing

$499 / month 30k API calls
Over 50 million cells
Worldwide carriers
99.8% uptime
~20ms response time
$999 / month Unlimited API calls
Over 50 million cells
Worldwide carriers
99.8% uptime
~20ms response time

Registration

48h money back no questions asked guarantee.

Usage (beta)

cURL / Shell


curl "https://bigballi.com/FindTower/getTowers-new.php?minLat=37.74&maxLat=37.76&minLng=-122.43&maxLng=-122.41&samples=100&key=YOUR-API-KEY"
		

JavaScript


var url="https://bigballi.com/FindTower/getTowers-new.php?minLat=37.74&maxLat=37.76&minLng=-122.43&maxLng=-122.41&samples=100&key=YOUR-API-KEY";
fetch(url)
	.then(response => response.json())
	.then(data => console.log(data));
		

PHP


$url="https://bigballi.com/FindTower/getTowers-new.php?minLat=37.74&maxLat=37.76&minLng=-122.43&maxLng=-122.41&samples=100&key=YOUR-API-KEY";
$data=file_get_contents(url);
$data=json_decode($data,true);
		

Python


url = "https://bigballi.com/FindTower/getTowers-new.php?minLat=37.74&maxLat=37.76&minLng=-122.43&maxLng=-122.41&samples=100&key=YOUR-API-KEY"
data = requests.get(url)
data = data.json()
		

Sample Response


{
	"id":9803078,
	"radio":"LTE",
	"mcc":310,
	"mnc":410,
	"area":35628,
	"cell":170317066,
	"lat":37.74906700,
	"lng":-122.42027200,
	"radius":1000,
	"samples":203,
	"updated":1473296269,
	"verified":1
}
		

FAQ

I'm not seeing my carrier


Sometimes the multiple carriers use the same tower. For this reason, only the owner of the mast or a single carrier might be represented by the icon on the map.
If however you're seeing zero towers reported for your carrier in a relatively large area, please reach out so it can be addressed specifically.

I know there is a tower but it's not showing up


We do our best to keep the most comprehensive and up-to-date database of cellular towers. However, sometimes it takes time to do so worldwide.
If you're aware of a tower that is not showing up, it would be awesome if you could contribute by providing all the details you have so we can add it.

Inaccurate tower information


We do our best to keep the most comprehensive and up-to-date database of cellular towers. However, sometimes it takes time to do so worldwide.
If you're aware of a tower that is not showing up, it would be awesome if you could contribute by providing all the details you have so we can fix it.

I have a suggestion/request, what can I do?


That's great! Your thoughts are extremely valuable.
Please make sure to let me know if you have any ideas/suggestions so we can make the app even better: [email protected]