cURL
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>" }
ListBigMacPrices retrieves Big Mac Index prices across Middle East countries.
Successful response
Show child attributes
Was this page helpful?