How to find the cell tower with MCC, MNC, LAC, CID for 4G (the format in LAC and CID)? Thank you, please

How to find the cell tower with MCC, MNC, LAC, CID for 4G (the format in LAC and CID)? Thank you, please

@Smallno_Axe Based on the available data, you can calculate the cellid using the formula: eNodeB_ID * 256 + eNodeB_CellID. With the MCC, MNC, and cellid information, you can make a call to our API using the following request format:

Request:

{
“token”: “<Your_API_Access_Token>”,
“radio”: “LTE”,
“mcc”: “”,
“mnc”: “”,
“cells”: [
{
“cid”: “”
}
],
“address”: 0
}