There are two types of companies: hoarders and givers. RAWG is the largest video game database and game discovery service. And we are gladly sharing our 500,000+ games, search, and machine learning recommendations with the world. Learn what the RAWG games database API can do and build something cool with it!
You must include an API key with every request. In the following example, replace YOUR_API_KEY with your API key.
GET https://api.rawg.io/api/platforms?key=YOUR_API_KEY
GET https://api.rawg.io/api/games?key=YOUR_API_KEY&dates=2019-09-01,2019-09-30&platforms=18,1,7
2,100,000
screenshots
1,100,000
ratings
220,000
developers
58,000
tags
45,000
publishers
24,000
people
All of the libraries are contributed by our users. If you find a bug or missing feature, it's best to contact the author. If you want to submit your wrapper, contact us via [email protected]
RAWG API is a powerful tool for working with video games data. Below are a few examples of what you can do with the API.
GET https://api.rawg.io/api/platforms # get ids of target platforms
GET https://api.rawg.io/api/games?dates=2019-09-01,2019-09-30&platforms=18,1,7 # insert platforms ids
GET https://api.rawg.io/api/games?dates=2019-10-10,2020-10-10&ordering=-added
GET https://api.rawg.io/api/developers?search=Annapurna%20Interactive&page_size=1 # get the developer id
GET https://api.rawg.io/api/games?dates=2019-01-01,2019-12-31&developers=15 # insert developer id
GET https://api.rawg.io/api/games?dates=2019-01-01,2019-12-31&ordering=-added
GET https://api.rawg.io/api/games?dates=2001-01-01,2001-12-31&ordering=-rating
GET https://api.rawg.io/api/developers?search=Electronic%20Arts&page_size=1 # get the developer id
GET https://api.rawg.io/api/games?ordering=-rating&developers=109 # insert developer id