egdata API
API ReferenceRegions

Resolve a country to an Epic pricing region

GET
/region

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

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/region"
{  "region": {    "code": "US",    "currency": "USD",    "countries": [      "string"    ]  }}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}