# Sample TPS user beacon API request Source: [https://docs.qualcomm.com/doc/80-42223-1/topic/sample_user_beacon_api_request.html](https://docs.qualcomm.com/doc/80-42223-1/topic/sample_user_beacon_api_request.html) A sample request of the Terrestrial Positioning Service (TPS) user beacon API is as follows: { "cellTtl": 730, "cellTowers": [ { "radioType": "gsm", "mobileCountryCode": 722, "mobileNetworkCode": 310, "locationAreaCode": 8022, "cellId": 32508, "neighborId": 60, "channel": 40, "band": "GSM 480", "coverage": 35, "antenna": { "lat": 42.351052, "lon": -71.049292, "alt": 35, "azimuth": 35.5, "vertTilt": 8.9, "beamWidth": 5.3, "vendor": "skyhook", "repeaterId": 1234 } }, { "radioType": "lte", "mobileCountryCode": 730, "mobileNetworkCode": 2, "locationAreaCode": 63010, "cellId": 132105, "neighborId": 230, "channel": 40, "coverage": 35, "centroid": { "lat": 42.358052, "lon": -71.044292, "alt": 25 } }, { "radioType": "cdma", "mobileNetworkCode": 2, "locationAreaCode": 63010, "cellId": 13213, "neighborId": 230, "channel": 40, "band": "CDMA 1800", "coverage": 35, "centroid": { "lat": 42.358452, "lon": -71.044692, "alt": 25 } }, { "radioType": "nbiot", "mobileCountryCode": 730, "mobileNetworkCode": 2, "locationAreaCode": 63010, "cellId": 132105, "neighborId": 230, "channel": 40, "coverage": 35, "antenna": { "lat": 42.358452, "lon": -71.044692, "alt": 25, "azimuth": 35.5, "vertTilt": 8.9, "beamWidth": 5.3, "vendor": "skyhook", "repeaterId": 1234 } }, { "radioType": "nr", "mobileCountryCode": 730, "mobileNetworkCode": 2, "locationAreaCode": 6301, "cellId": 132105, "neighborId": 230, "channel": 40, "coverage": 35, "centroid": { "lat": 42.358452, "lon": -71.044692, "alt": 25 } } ] }Copy to clipboard Last Published: Jul 03, 2026 [Previous Topic TPS user beacon API request](https://docs.qualcomm.com/bundle/publicresource/80-42223-1/topics/user_beacon_api_request.md) [Next Topic TPS user beacon API response](https://docs.qualcomm.com/bundle/publicresource/80-42223-1/topics/user_beacon_api_response.md)