RAWG · Example Payload

Rawg Games List Example

DatabaseEntertainmentGame DiscoveryGamesGamingMetadataVideo Games

Rawg Games List Example is an example object payload from RAWG, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countnextpreviousresults

Example Payload

Raw ↑
{
  "count": 350000,
  "next": "https://api.rawg.io/api/games?key=YOUR_API_KEY&page=2",
  "previous": null,
  "results": [
    {
      "id": 3498,
      "slug": "grand-theft-auto-v",
      "name": "Grand Theft Auto V",
      "released": "2013-09-17",
      "tba": false,
      "background_image": "https://media.rawg.io/media/games/456/456dea5e1c7e3cd07060c14e96612001.jpg",
      "rating": 4.47,
      "rating_top": 5,
      "ratings": {
        "exceptional": {"id": 5, "title": "exceptional", "count": 4088, "percent": 58.87},
        "recommended": {"id": 4, "title": "recommended", "count": 2045, "percent": 29.44},
        "meh": {"id": 3, "title": "meh", "count": 491, "percent": 7.07},
        "skip": {"id": 1, "title": "skip", "count": 322, "percent": 4.63}
      },
      "ratings_count": 6946,
      "reviews_text_count": "64",
      "added": 20235,
      "added_by_status": {
        "yet": 527,
        "owned": 11362,
        "beaten": 4631,
        "toplay": 575,
        "dropped": 1089,
        "playing": 2051
      },
      "metacritic": 97,
      "playtime": 74,
      "suggestions_count": 454,
      "updated": "2023-12-05T08:25:10",
      "esrb_rating": {
        "id": 4,
        "slug": "mature",
        "name": "Mature"
      },
      "platforms": [
        {
          "platform": {"id": 4, "slug": "pc", "name": "PC"},
          "released_at": "2015-04-14",
          "requirements": {
            "minimum": "OS: Windows 10 64 Bit, 8.1 64 Bit; Processor: Intel Core 2 Quad CPU Q6600; Memory: 4 GB RAM",
            "recommended": "OS: Windows 10 64 Bit, 8.1 64 Bit; Processor: Intel Core i5 3470; Memory: 8 GB RAM"
          }
        },
        {
          "platform": {"id": 18, "slug": "playstation-4", "name": "PlayStation 4"},
          "released_at": "2014-11-18",
          "requirements": null
        }
      ]
    }
  ]
}