Skip to main content
All CollectionsGetting startedOnomondo app featuresAPI
Is it possible to get network tower information and location through API?
Is it possible to get network tower information and location through API?

Yes. This information is included in the JSON response to GET SIMs request.

Jakub Kubinski avatar
Written by Jakub Kubinski
Updated over 2 weeks ago

Environment

Question

  • Is it possible to get network tower information and location through API?

Answer

Yes. This information is included in the JSON response to GET SIMs request.


​Example:

"location": {
"lat": 55.6821716,
"lng": 12.5824411,
"cell_id": 41963030,
"location_area_code": null,
"accuracy": 568​

If you are considering tracking cell tower location changes over time, consider utilizing Location Update webhooks. Learn more in this article.

Did this answer your question?