download
GET
/api/download/{appid}
Auth: session / auth_key parameter / X-Auth-Key header
file_type (parameter) — optional — lua for .lua, manifest or omit for .zip
branch (parameter) — optional — use a non-public branch zip if it exists
curl
curl -fsSL -o download.zip -H 'X-Auth-Key: YOUR_AUTH_KEY' 'https://generator.ryuu.lol/api/download/440?file_type=manifest'
request_update
GET
/requestupdate
Auth: session / auth_key parameter / X-Auth-Key header
appid (parameter) — Required. Steam app ID.
branch (parameter) — Optional, default public.
curl
curl -fsSL -H 'X-Auth-Key: YOUR_AUTH_KEY' 'https://generator.ryuu.lol/requestupdate?appid=440&branch=public'
request_game
GET
/request
Auth: session / auth_key parameter / X-Auth-Key header
appid (parameter) — Required. Steam app ID to request.
curl
curl -fsSL -H 'X-Auth-Key: YOUR_AUTH_KEY' 'https://generator.ryuu.lol/request?appid=440'
request_branch
GET
/requestbranch
Auth: session / auth_key parameter / X-Auth-Key header
appid (parameter) — Required. Steam app ID.
branch (parameter) — Required. Branch name (not public).
curl
curl -fsSL -H 'X-Auth-Key: YOUR_AUTH_KEY' 'https://generator.ryuu.lol/requestbranch?appid=440&branch=beta'