# 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` | `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` | `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` | – | Calculated physical geographic location, expressed in decimal<br>                degrees using floating point values, using the WGS84 datum. |
|  |  |  |  |

**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 implementation](https://docs.qualcomm.com/bundle/publicresource/80-42218-1/topics/2_RGeo_JSON_API_implementation.md) [Next Topic
TPS RGeo JSON API response](https://docs.qualcomm.com/bundle/publicresource/80-42218-1/topics/4_RGeo_JSON_API_response.md)