egdata API
API ReferencePrices

Get historical regional prices for an offer

Returns price history for a country-derived region, an explicit region, or all regions when neither is provided.

GET
/offers/{id}/price-history

Returns price history for a country-derived region, an explicit region, or all regions when neither is provided.

Path Parameters

id*string

Epic offer identifier.

Query Parameters

country?string

ISO country code used to resolve an Epic Games Store pricing region. Defaults to the EGDATA_COUNTRY cookie, then US.

Length2 <= length <= 2
region?string

Epic pricing region code. When present it takes precedence over country on routes that support both.

since?string

Only return records at or after this timestamp.

Formatdate-time

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/offers/09176f4ff7564bbbb499bbe20bd6348f/price-history"
[  {    "offerId": "string",    "region": "string",    "price": {      "currencyCode": "string",      "originalPrice": 0,      "discountPrice": 0,      "discount": 0    },    "updatedAt": "2019-08-24T14:15:22Z"  }]
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}