API ReferenceRegions
Resolve a country to an Epic pricing 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.
Length
2 <= length <= 2Response 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"}