Environment
Onomondo API: Get SIMs
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.