# 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` | | | | `point` | `point` | – | JSON object with latitude and longitude attributes. | | | `latitude` | – | Calculated physical geographic location, expressed in decimal
degrees using floating point values, using the WGS84 datum. | | | `longitude` | – | Calculated physical geographic location, expressed in decimal
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)