HTTP API for FGO game data,Transform the raw game data into something a bit more manageable
HTTP API for FGO game data. Transform the raw game data into something a bit more manageable.
Environment variables
List of environment variables for the main app.
Required environment variables
NA_GAMEDATA
: path to NA gamedata’s folder that contains themaster
andScriptActionEncrypt
folders.JP_GAMEDATA
: path to JP gamedata’s folder that contains themaster
andScriptActionEncrypt
folders.NA_POSTGRESDSN
: PostgreSQL DSN to a database for NA.JP_POSTGRESDSN
: PostgreSQL DSN to a database for JP.REDISDSN
: Redis DSN to a Redis server for caching.
Optional environment variables
ASSET_URL
: defaults to https://assets.atlasacademy.io/GameData/. Base URL for the game assets.RAYSHIFT_API_KEY
: default to""
. Rayshift.io API key to pull quest data.RAYSHIFT_API_URL
: default to https://rayshift.io/api/v1/. Rayshift.io API URL.QUEST_CACHE_LENGTH
: default to3600
. How long to cache the quest and war endpoints in seconds. Because the rayshift data is updated continously, web