metadata
license: cc0-1.0
task_categories:
- sentence-similarity
- summarization
- feature-extraction
tags:
- games
- video-games
Description
RAWG Games Dataset video game records data gathered directly from the RAWG API. It includes essential fields such as game id, title, release date, rating, genres, platforms, descriptive tags, Metacritic score, developers, publishers, playtime, and a detailed description. The data was collected to support studies, trend analysis, and insights into the gaming industry. Each field is aligned with the specifications provided in the RAWG API documentation.
Latest Update: February 14, 2025
Acknowledgements
Grateful to RAWG for data API.
Field | Description |
---|---|
id | A unique identifier for each game, serving as the primary key to reference detailed game data via the API. |
name | The official title of the game. |
released | The release date of the game, typically in the YYYY-MM-DD format. |
rating | An aggregated score based on player reviews, computed on a standardized scale reflecting user opinions. |
genres | A list of genre objects categorizing the game (e.g., Action, Adventure, RPG). |
platforms | An array of platform objects that indicate on which systems the game is available (e.g., PC, PlayStation, Xbox). |
tags | A collection of descriptive keyword tags (e.g., multiplayer, indie). |
metacritic | A numerical score derived from Metacritic reviews (usually ranging from 0 to 100). |
developers | The individuals or companies responsible for creating the game. |
publishers | Entities that market and distribute the game. |
playtime | An estimate of the average time (in hours) that players spend engaging with the game. |
description | A detailed narrative of the game, providing in-depth information about gameplay, plot, mechanics, and overall context. |