RAWG · Example Payload

Rawg Platforms List Example

DatabaseEntertainmentGame DiscoveryGamesGamingMetadataVideo Games

Rawg Platforms 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": 51,
  "next": "https://api.rawg.io/api/platforms?key=YOUR_API_KEY&page=2",
  "previous": null,
  "results": [
    {
      "id": 4,
      "name": "PC",
      "slug": "pc",
      "games_count": 527451,
      "image_background": "https://media.rawg.io/media/games/618/618c2031a07bbff6b4f611f10b6bcdbc.jpg",
      "image": null,
      "year_start": null,
      "year_end": null
    },
    {
      "id": 187,
      "name": "PlayStation 5",
      "slug": "playstation5",
      "games_count": 1095,
      "image_background": "https://media.rawg.io/media/games/34b/34b1f1350a0e45e4e22ded84a893b726.jpg",
      "image": null,
      "year_start": 2020,
      "year_end": null
    },
    {
      "id": 18,
      "name": "PlayStation 4",
      "slug": "playstation4",
      "games_count": 6784,
      "image_background": "https://media.rawg.io/media/games/456/456dea5e1c7e3cd07060c14e96612001.jpg",
      "image": null,
      "year_start": 2013,
      "year_end": null
    },
    {
      "id": 1,
      "name": "Xbox One",
      "slug": "xbox-one",
      "games_count": 5522,
      "image_background": "https://media.rawg.io/media/games/4cf/4cfc6b7f1850590a4634b08bfab308ab.jpg",
      "image": null,
      "year_start": 2013,
      "year_end": null
    },
    {
      "id": 7,
      "name": "Nintendo Switch",
      "slug": "nintendo-switch",
      "games_count": 5520,
      "image_background": "https://media.rawg.io/media/games/fc1/fc1307a2774506b5bd65d7e8424664a7.jpg",
      "image": null,
      "year_start": 2017,
      "year_end": null
    }
  ]
}