Response
Array of supported markets.
Show Market object
Show Market object
Market code to use in the
market query parameter (us, ca, uk, fr, or es).Portal domain (e.g.
www.loopnet.com).ISO 3166-1 alpha-2 country code.
ISO 4217 currency code used in this market.
BCP-47 locale (e.g.
en-US).Market country name.
Example Response
{
"markets": [
{ "code": "us", "domain": "www.loopnet.com", "country": "US", "currency": "USD", "locale": "en-US", "name": "United States" },
{ "code": "ca", "domain": "www.loopnet.ca", "country": "CA", "currency": "CAD", "locale": "en-CA", "name": "Canada" },
{ "code": "uk", "domain": "www.loopnet.co.uk", "country": "GB", "currency": "GBP", "locale": "en-GB", "name": "United Kingdom" },
{ "code": "fr", "domain": "www.loopnet.fr", "country": "FR", "currency": "EUR", "locale": "fr-FR", "name": "France" },
{ "code": "es", "domain": "www.loopnet.es", "country": "ES", "currency": "EUR", "locale": "es-ES", "name": "Spain" }
]
}
Listing markets is a free reference endpoint (0 credits).

