Skip to main content
GET
/
api
/
economic
/
v1
/
list-bigmac-prices
ListBigMacPrices
curl --request GET \
  --url https://api.example.com/api/economic/v1/list-bigmac-prices
{
  "countries": [
    {
      "code": "<string>",
      "name": "<string>",
      "currency": "<string>",
      "flag": "<string>",
      "localPrice": 123,
      "usdPrice": 123,
      "fxRate": 123,
      "sourceSite": "<string>",
      "available": true,
      "wowPct": 123
    }
  ],
  "fetchedAt": "<string>",
  "cheapestCountry": "<string>",
  "mostExpensiveCountry": "<string>",
  "wowAvgPct": 123,
  "wowAvailable": true,
  "prevFetchedAt": "<string>"
}

Response

Successful response

countries
object[]
fetchedAt
string
cheapestCountry
string
mostExpensiveCountry
string
wowAvgPct
number<double>
wowAvailable
boolean
prevFetchedAt
string