Models Reference

EGS Categories

class epicstore_api.models.categories.EGSCategory[source]

Bases: enum.Enum

Class that provides a code for every category in the EGS with a human-readable name and a few useful methods

Note

Here you can see only that categories that are displayed in EGS, for other categories you can call an API function epicstore_api.api.EpicGamesStoreAPI.fetch_catalog_tags()

CATEGORY_ACTION = '1216'

Action games

CATEGORY_ADVENTURE = '1117'

Adventure games

CATEGORY_EDITOR = '9559'

Editors for games

CATEGORY_MULTIPLAYER = '1203'

Multiplayer games

CATEGORY_OSX = '9548'

Games for OSX (Mac OS)

CATEGORY_PUZZLE = '1298'

Puzzle games

CATEGORY_RACING = '1212'

Racing games

CATEGORY_RPG = '1367'

RPG games

CATEGORY_SHOOTER = '1210'

Shooter games

CATEGORY_SINGLE_PLAYER = '1370'

Single-player games

CATEGORY_STRATEGY = '1115'

Strategy games

CATEGORY_SURVIVAL = '1080'

Survival games

CATEGORY_WINDOWS = '9547'

Games for Windows

EGS Product Types

class epicstore_api.models.product_types.EGSProductType[source]

Bases: enum.Enum

An enumeration.

ALL_PRODUCTS = 'engines|games|bundles'

All possible products

PRODUCT_BUNDLE = 'bundles'

An EGS bundle

PRODUCT_ENGINE = 'engines'

Engines for developing games

PRODUCT_GAME = 'games'

Games