# TPS RGeo JSON API request

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

## Description

Requests latitude and longitude parameters to determine
        civic and address information.

## Endpoint URL

The TPS RGeo API endpoint URL of JSON-formatted requests is [https://global.skyhook.com/wps2/json/reverse-geo](https://global.skyhook.com/wps2/json/reverse-geo).

## HTTP method

POST

## Syntax

    {
      "streetAddressLookupType": "full",
      "point": {
        "latitude": 42.352016034746725,
        "longitude": -71.04838734367
      }
    }
    Copy to clipboard

## Parameters

| Parameter | Parameter | Values | Description |
| --- | --- | --- | --- |
| `streetAddressLookupType` | <ul class="ul"><br>                  <li class="li">Full</li><br><br>                  <li class="li">Limited (default)</li><br><br>                </ul> | <ul class="ul"><br>                  <li class="li">Set to <code class="ph codeph">full</code> to return all address attributes. </li><br><br>                  <li class="li">Set to <code class="ph codeph">limited</code> to return only city and state attributes.<br>                  </li><br><br>                </ul> |
| `point` | – | JSON object with latitude and longitude attributes. |
|  | `latitude` | – | Calculated physical geographic location, expressed in decimal<br>                degrees using floating point values, using the WGS84 datum. |
| `longitude` |

**Parent Topic:** TPS RGeo JSON API implementation

Last Published: Mar 17, 2026

Previous Topic
 
TPS RGeo JSON API implementation Next Topic

TPS RGeo JSON API response