Get all available markets.

GET {{baseUrl}}/markets?language=uf&country=GM

Get all available Markets. Optional query params language or country may be used to filter the result.

Request Params

KeyDatatypeRequiredDescription
languagestringThis is a ISO language string e.g. 'de' and is spoken in Austria 'AT', Germany 'DE' and Swiss 'CH'.
countrystringThis is a ISO country string e.g. Germany 'DE' or Swiss 'CH'.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"country":"\u003cstring\u003e","language":"\u003cstring\u003e","marketId":"\u003cstring\u003e","marketType":"RM","_links":{"self":"\u003cstring\u003e","classes":"\u003cstring\u003e","bodies":"\u003cstring\u003e","models":"\u003cstring\u003e","productgroups":"\u003cstring\u003e"}},{"country":"\u003cstring\u003e","language":"\u003cstring\u003e","marketId":"\u003cstring\u003e","marketType":"ROW","_links":{"self":"\u003cstring\u003e","classes":"\u003cstring\u003e","bodies":"\u003cstring\u003e","models":"\u003cstring\u003e","productgroups":"\u003cstring\u003e"}}]