Available Endpoints
Seamlessly integrate game data into your frontend application with these intuitive routes.
GET
/api/v1/popular
Get Popular Games
Fetches the top 100 most popular games from SteamSpy and filters them against fitgirl database, ensuring only fully archived popular titles are returned.
Response Data
popular
Array of popular Game IDs mapped with fitgirl
GET
/api/v1/:id
Get Game Details
The core aggregator endpoint. Concurrently queries the Steam API for rich metadata while parsing JSON/Text files containing backed links from the official FitGirl website.
Parameters & Data
:id
The official Steam App IDs are required. Find IDs on SteamDB
response
Combined payload of steam_data and download_data