# 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:

    {
      "wifiAccessPoints": [
        {
          "macAddress": "00:0C:41:82:D8:8C",
          "ssid": "network",
          "frequency": 2484,
          "location": {
            "lat": 42.351052,
            "lon": -71.049292,
            "alt": 35
          }
        },
        {
          "macAddress": "00:0C:41:82:D8:8D",
          "ssid": "network",
          "frequency": 2484,
          "location": {
            "lat": 42.351082,
            "lon": -71.049592,
            "alt": 30
          }
        },
        {
          "macAddress": "00:0C:41:82:D8:5D",
          "ssid": "network",
          "frequency": 2484,
          "location": {
            "lat": 42.361082,
            "lon": -72.049592,
            "alt": 25
          }
        }
      ],
      "cellTowers": [
        {
          "radioType": "gsm",
          "mobileCountryCode": 722,
          "mobileNetworkCode": 310,
          "locationAreaCode": 8022,
          "cellId": 32508,
          "neighborId": 230,
          "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": 132105,
          "neighborId": 230,
          "channel": 40,
          "band": "CDMA 1800",
          "coverage": 35,
          "centroid": {
            "lat": 42.358452,
            "lon": -71.044692,
            "alt": 25
          }
        },
        {
          "radioType": "nbiot",
          "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": 63010678487623,
          "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
          },
          "centroid": {
            "lat": 42.358452,
            "lon": -71.044692,
            "alt": 25
          }
        }
      ]
    }Copy to clipboard

Last Published: Apr 27, 2026

Previous Topic
 
TPS user beacon API request Next Topic

TPS user beacon API response