# 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` |
full to return all address attributes. limited to return only city and state attributes.