RAWG API
Manage your gaming backlog with completion tracking
Pull metadata for 500K+ video games: ratings, platforms, genres, screenshots, and playtime estimates. Build a backlog manager that helps you decide what to play next.
Free. 20,000 requests/month.
How it works with Loony
Describe it.
Deploy it.
Query it.
Managed database.
Your RAWG data lives in its own Postgres instance. Zero config. Data accumulates over time.
Scheduled syncs.
Cron jobs run on Loony infra. Every minute on free. Your data stays fresh without you thinking about it.
REST + MCP endpoints.
Query from your agent, your dashboard, or connect BI tools directly. Full OpenAPI spec included.
$ "Pull my game library from RAWG with metadata. Track completion status, time played, and personal ratings. Build a priority queue by rating and estimated playtime." ✓ Schema validated ✓ Database provisioned ✓ Scripts deployed ✓ Schedules registered Done. # Your data is now at: REST /data/v1/rawg/query MCP /mcp/v1/rawg/mcp SQL psql $DATABASE_URL
What you get
Your Steam library has 200 games and you've played 30. RAWG gives you the metadata; Loony stores your play status, ratings, and priority. Query 'What's the highest-rated game under 10 hours that I haven't started?' instantly.
mv_backlog game text -- title platform text -- PC | PS5 | Switch metacritic integer -- score est_hours numeric -- how long to beat status text -- playing | done | backlog my_rating integer -- 1-10 priority integer -- calculated rank
Even better together
Pair RAWG metadata with Steam play time for actual vs estimated hours. Add Twitch to see what games are trending in the community.