# Test sample TPS RGeo JSON API

Source: [https://docs.qualcomm.com/doc/80-42218-1/topic/5_Sample_RGeo_JSON_API_for_testing.html](https://docs.qualcomm.com/doc/80-42218-1/topic/5_Sample_RGeo_JSON_API_for_testing.html)

## About this task

To issue a TPS RGeo JSON API request or to test, perform the following steps:

## Procedure

1. Create a file named location\_rq.json with the following sample
          JSON request body:
        
{
          "streetAddressLookupType": "full",
          "point": {
            "latitude": 42.352016034746725,
            "longitude": -71.04838734367
          }
        }
        Copy to clipboard
2. Submit the file using a cURL command-line tool with the following syntax (all in one
          line):
        
curl -i -v -H "Content-Type: application/json" -d@location_rq.json 
        https://global.skyhookwireless.com/wps2/json/reverse-geo?key="<API KEY>&user=<USERNAME>"Copy to clipboard

**Parent Topic:** [TPS RGeo JSON API implementation](https://docs.qualcomm.com/doc/80-42218-1/topic/2_RGeo_JSON_API_implementation.html)

Last Published: Mar 17, 2026

[Previous Topic
TPS RGeo JSON API response](https://docs.qualcomm.com/bundle/publicresource/80-42218-1/topics/4_RGeo_JSON_API_response.md)