GET (list searchable elements)
Number of APIs: 3
Send GET requests to Epic Games Store.
-
searchStore GET https://www.epicgames.com/graphql?query={Catalog {searchStore(namespace: "{{namespace}}", start: {{start}}, count: {{count}}) {paging {count total} elements {id namespace title productSlug items {id}} } } }
-
Offers GET https://catalog-public-service-prod.ol.epicgames.com/catalog/api/shared/namespace/{{namespace}}/offers?start={{start}}&count={{count}}
-
Items GET https://catalog-public-service-prod.ol.epicgames.com/catalog/api/shared/namespace/{{namespace}}/items?start={{start}}&count={{count}}