Skip to main content

Culture API (3.0)

CultureService

/currencies

Authorizations:
UserAuth

Responses

Response samples

Content type
application/json
{
  • "status": "RESULT_STATUS_UNSPECIFIED",
  • "currencies": [
    ]
}

/locales

Authorizations:
UserAuth

Responses

Response samples

Content type
application/json
{
  • "status": "RESULT_STATUS_UNSPECIFIED",
  • "locales": [
    ]
}

/markets

Authorizations:
UserAuth
path Parameters
locale
required
string

Locale of the request.

Responses

Response samples

Content type
application/json
{
  • "status": "RESULT_STATUS_UNSPECIFIED",
  • "markets": [
    ]
}

/nearestculture

query Parameters
ipAddress
string

Responses

Response samples

Content type
application/json
{
  • "status": "RESULT_STATUS_UNSPECIFIED",
  • "market": {
    },
  • "locale": {
    },
  • "currency": {
    }
}