Skip to main content
GET
/
api
/
Common
/
Countries
/
{countryCode}
/
Locations
/
Lookup
Find Location.
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>"
  }
]

Path Parameters

countryCode
string
required

Query Parameters

query
string

Response

200 - application/json

OK

geoNameID
integer<int64>
name
string | null
countryCode
string | null
latitude
number<double>
longitude
number<double>
location
string | null
state
string | null
country
string | null