RAWG · Example Payload

Rawg Genres List Example

DatabaseEntertainmentGame DiscoveryGamesGamingMetadataVideo Games

Rawg Genres 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": 19,
  "next": null,
  "previous": null,
  "results": [
    {
      "id": 4,
      "name": "Action",
      "slug": "action",
      "games_count": 177267,
      "image_background": "https://media.rawg.io/media/games/4be/4be6a6ad0364751a96229c56bf69be73.jpg"
    },
    {
      "id": 51,
      "name": "Indie",
      "slug": "indie",
      "games_count": 53372,
      "image_background": "https://media.rawg.io/media/games/7cf/7cfc9220b401b7a300e409e539c9afd5.jpg"
    },
    {
      "id": 3,
      "name": "Adventure",
      "slug": "adventure",
      "games_count": 136452,
      "image_background": "https://media.rawg.io/media/games/562/562553814dd54e001a541e4ee83a591c.jpg"
    },
    {
      "id": 5,
      "name": "RPG",
      "slug": "role-playing-games-rpg",
      "games_count": 58346,
      "image_background": "https://media.rawg.io/media/games/713/713269608dc8f2f40f5a670a14b2de94.jpg"
    },
    {
      "id": 10,
      "name": "Strategy",
      "slug": "strategy",
      "games_count": 58246,
      "image_background": "https://media.rawg.io/media/games/1bf/1bf83d95f6bea9408863e3f4b3e3d71e.jpg"
    }
  ]
}