An API service to locate all the cellular towers around a specific location. Access our comprehensive database of over 50 million cellular towers worldwide with enterprise-grade reliability.
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"
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));
$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);
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()
{
"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
}
Sometimes multiple carriers use the same tower. For this reason, only the owner of the mast or a single carrier might be represented in the API response. If you're seeing zero towers reported for your carrier in a relatively large area, please reach out so it can be addressed specifically.
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.
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 needs correction, it would be awesome if you could contribute by providing all the details you have so we can fix it.
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 API even better: [email protected]