cURL
curl --request GET \ --url https://api.example.com/api/Common/Countries/{countryCode}/Locations/Lookup
[ { "geoNameID": 123, "name": "<string>", "countryCode": "<string>", "latitude": 123, "longitude": 123, "location": "<string>", "state": "<string>", "country": "<string>" } ]
Returns a single Locations based on the Country + Query passed.
OK
Was this page helpful?