Free-To-Play Games Database API

Discover the Best Free-To-Play Games with Ease!

Easy Integration

Get JSON results with simple HTTP GET requests. It's that easy!

No Limitations

Experience unrestricted access to our data. No Keys or Accounts required.

100% Free Forever

Unlock the world of free-to-play gaming without any costs or restrictions.


Overview

Access programmatically the best free-to-play games and free MMO games! The Free-To-Play Games Database API (Aka FreeToGame API) is available for everyone to use without any restrictions. Please note our API is free to use as long as you attribute FreeToGame.com as the source of the data. We hope to improve the API over time.

Send us an email at contact@freetogame.com if you find any bugs. Don't be afraid to experiment and feel free to share your projects with us.

Endpoints & Examples

Live games list

GET https://www.freetogame.com/api/games

Games by platform

GET https://www.freetogame.com/api/games?platform=pc
Insert platform, eg: pc, browser or all

Games by category or tag

GET https://www.freetogame.com/api/games?category=shooter
Insert game category or tag, eg: mmorpg, shooter, pvp, mmofps and more.

Sort games by release date, alphabetical or relevance

GET https://www.freetogame.com/api/games?sort-by=alphabetical
Insert sort by, eg: release-date, popularity, alphabetical or relevance

Games by platform & category & sorted

GET https://www.freetogame.com/api/games?platform=browser&category=mmorpg&sort-by=release-date

Filter Games by multiple tags for personalized results

GET https://www.freetogame.com/api/filter?tag=3d.mmorpg.fantasy.pvp&platform=pc
Insert tag, eg: mmorpg, shooter, pvp, mmofps and more. Optionally you can also use the "platform" and "sort" parameters

Return details from a specific game

GET https://www.freetogame.com/api/game?id=452
Insert game id

Game recomendations Coming Soon

GET https://www.freetogame.com/api/Coming Soon

CORS Support

If you need cross-origin resource sharing features you can access our API via RapidApi at https://rapidapi.com/digiwalls/api/free-to-play-games-database

Rate Limits

Please avoid doing more than 4 requests per second.

Responses

200: Success
404: Object not found: Game or endpoint not found
500: Something wrong on our end (unexpected server errors)