rawg-games-dataset
收藏魔搭社区2025-10-09 更新2025-08-02 收录
下载链接:
https://modelscope.cn/datasets/atalaydenknalbant/rawg-games-dataset
下载链接
链接失效反馈官方服务:
资源简介:

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.
Last Dataset Update: July 19, 2025
Misalignment solved as of July 20, 2025
Acknowledgements
Grateful to RAWG for data API.
table {
border-collapse: collapse;
margin: 0 auto; /* This centers the table horizontally */
}
th, td {
border: 1px solid #000;
padding: 10px;
}
.field-column {
font-weight: 900; /* For a "solid" appearance */
}
Field
Description
id
A unique identifier for each game, serving as the primary key to reference detailed game data via the API.
slug
A URL-friendly string derived from the game's name, used for accessing the game's page.
name
The official title of the game.
released
The release date of the game, typically in the YYYY-MM-DD format.
tba
A boolean field indicating if the game's release date is "To Be Announced".
background_image
The URL for the main promotional image of the game.
rating
An aggregated score based on player reviews, computed on a standardized scale reflecting user opinions.
rating_top
Rounded number of rating
ratings_count
The total number of ratings the game has received from users.
reviews_text_count
The count of user-submitted text reviews for the game.
added
The total number of RAWG users who have added this game to their library.
metacritic
A numerical score derived from Metacritic reviews (usually ranging from 0 to 100).
playtime
An estimate of the average time (in hours) that players spend engaging with the game.
suggestions_count
The number of other games suggested as similar to this one.
updated
The timestamp of the last update to the game's data entry.
reviews_count
The total count of reviews for the game.
saturated_color
A hexadecimal color code representing a saturated color from the game's promotional images.
dominant_color
A hexadecimal color code for the dominant color found in the game's artwork.
platforms
An array of platform objects that indicate on which systems the game is available (e.g., PC, PlayStation, Xbox).
stores
An array of store objects where the game can be purchased (e.g., Steam, PlayStation Store).
developers
The individuals or companies responsible for creating the game.
genres
A list of genre objects categorizing the game (e.g., Action, Adventure, RPG).
tags
A collection of descriptive keyword tags (e.g., multiplayer, indie).
publishers
Entities that market and distribute the game.
esrb_rating
The ESRB rating object, which includes the rating name (e.g., 'Mature', 'Teen').
description_raw
A plain text, unformatted version of the game's description.
added_by_status
An object detailing the status of the game in users' libraries (e.g., yet, owned, beaten, toplay, dropped, playing).
metacritic_url
The direct URL to the game's page on the Metacritic website.
description
A detailed narrative of the game, providing in-depth information about gameplay, plot, mechanics, and overall context.
ratings
An object containing the distribution of ratings, showing the count for each rating level.
clip
A URL for a short video clip or trailer of the game.
name_original
The game's original title, if it differs from the primary 'name' field.
community_rating
A rating given by the RAWG community.
reddit_url
The URL of the game's official or primary subreddit.
reddit_name
The name of the game's subreddit (e.g., 'r/gaming').
user_game
User-specific game data. This field is null if the user is not authenticated.
movies_count
The number of video files (trailers, etc.) associated with the game.
reddit_description
The description of the game's subreddit.
reactions
An object with counts of different user reactions to the game.
parents_count
The number of main games in the series, used for DLCs and special editions.
background_image_additional
URL for an additional promotional image for the game.
website
The URL of the game's official website.
reddit_count
The number of Reddit posts about the game.
achievements_count
The total number of unlockable achievements in the game.
youtube_count
The number of YouTube videos related to the game.
short_screenshots
A list of URLs for smaller, optimized screenshots.
creators_count
The number of individual creators (developers, etc.) associated with the game.
twitch_count
The number of Twitch streams for the game at a given time.
alternative_names
An array of alternative names or titles for the game.
parent_achievements_count
The number of achievements in the parent game of a DLC or special edition.
additions_count
The number of additions like DLCs or special editions for the game.
reddit_logo
The URL of the subreddit's logo image.
metacritic_platforms
An array of objects, each containing the Metacritic score for a specific platform.
screenshots_count
The total number of screenshots available for the game.
parent_platforms
An array of parent platform objects (e.g., 'PC', 'PlayStation') to which the specific platforms belong.
game_series_count
The number of games belonging to the same series.

## 数据集描述
RAWG游戏数据集:直接通过RAWG应用程序编程接口(RAWG API)采集的电子游戏记录数据。本数据集包含游戏ID、标题、发布日期、评分、游戏类型、运行平台、描述性标签、Metacritic评分、开发商、发行商、游玩时长以及详细描述等核心字段。数据集采集的初衷是为游戏行业的研究、趋势分析与行业洞察提供支撑,所有字段均严格遵循RAWG API文档中规定的规范。
## 数据集最新更新时间
2025年7月19日
## 数据对齐修复说明
截至2025年7月20日,数据集的数据对齐问题已完成修复。
## 致谢
感谢RAWG提供数据API支持。
### 字段说明表
| 字段名 | 描述 |
| --- | --- |
| id(唯一标识符) | 每款游戏的唯一标识,可作为通过API调取详细游戏数据的主键。 |
| slug(URL友好路径段) | 由游戏名称衍生而来的、适配URL格式的字符串,用于访问游戏页面。 |
| name(官方名称) | 游戏的正式标题。 |
| released(发布日期) | 游戏的发行日期,通常采用YYYY-MM-DD格式。 |
| tba(待公布标识) | 布尔类型字段,用于标记游戏发行日期是否为“待公布(To Be Announced)”。 |
| background_image(宣传主图URL) | 游戏官方宣传主图的链接地址。 |
| rating(玩家综合评分) | 基于玩家评论汇总得到的综合得分,采用标准化量表呈现用户评价。 |
| rating_top(评分上限值) | 评分的取整上限数值。 |
| ratings_count(总评分次数) | 该游戏收到的用户评分总次数。 |
| reviews_text_count(文本评论数) | 该游戏收到的用户提交的文本评论总数量。 |
| added(收藏量) | 将该游戏添加至个人游戏库的RAWG用户总数。 |
| metacritic(Metacritic评分) | 源自Metacritic平台的评论得分,通常取值范围为0至100。 |
| playtime(平均游玩时长) | 玩家游玩该游戏的预估平均时长(单位:小时)。 |
| suggestions_count(相似游戏推荐数) | 被推荐为该游戏相似作品的其他游戏总数。 |
| updated(数据更新时间戳) | 该游戏数据条目最后一次更新的时间戳。 |
| reviews_count(总评论数) | 该游戏的评论总数量。 |
| saturated_color(饱和色十六进制码) | 源自游戏宣传图的饱和色调对应的十六进制颜色码。 |
| dominant_color(主色十六进制码) | 游戏美术素材中占比最高的颜色对应的十六进制颜色码。 |
| platforms(运行平台列表) | 包含平台对象的数组,用于标识游戏可运行的设备系统(如PC、PlayStation、Xbox等)。 |
| stores(售卖商店列表) | 包含商店对象的数组,用于标识该游戏的售卖渠道(如Steam、PlayStation Store等)。 |
| developers(开发商) | 负责开发该游戏的个人或企业。 |
| genres(游戏类型列表) | 包含类型对象的列表,用于对游戏进行分类(如动作、冒险、角色扮演等)。 |
| tags(描述性标签集合) | 包含描述性关键词的标签集合(如多人游戏、独立游戏等)。 |
| publishers(发行商) | 负责该游戏的营销与分发的实体机构。 |
| esrb_rating(ESRB评级对象) | 包含评级名称的ESRB评级对象(如“Mature(成熟级)”、“Teen(青少年级)”)。 |
| description_raw(原始描述文本) | 未经过格式处理的纯文本版游戏描述。 |
| added_by_status(用户库状态对象) | 包含游戏在用户游戏库中状态的对象(如未玩、已拥有、已通关、待玩、已放弃、正在游玩等)。 |
| metacritic_url(Metacritic页面链接) | 指向该游戏Metacritic官网页面的直接链接。 |
| description(详细描述) | 对游戏的详细叙事性介绍,涵盖玩法、剧情、机制及整体背景信息。 |
| ratings(评分分布对象) | 包含各评分档位的统计数量,用于展示评分的分布情况。 |
| clip(游戏剪辑/预告片链接) | 游戏短视频剪辑或预告片的链接地址。 |
| name_original(原始名称) | 当游戏的官方名称与主name字段不同时,使用该字段存储其原始标题。 |
| community_rating(RAWG社区评分) | 由RAWG社区用户给出的评分。 |
| reddit_url(Reddit社区链接) | 指向该游戏官方或核心Reddit子版块的链接。 |
| reddit_name(Reddit子版块名称) | 该游戏对应的Reddit子版块名称(如“r/gaming”)。 |
| user_game(用户专属游戏数据) | 针对特定用户的游戏数据,若用户未登录则该字段为空值。 |
| movies_count(关联视频总数) | 与该游戏相关的视频文件(如预告片等)的总数量。 |
| reddit_description(Reddit子版块描述) | 该游戏对应Reddit子版块的介绍文本。 |
| reactions(用户反应统计对象) | 包含各类用户对该游戏的反应次数的统计对象。 |
| parents_count(系列主游戏数量) | 用于追加下载内容(DLC)或特别版游戏的系列主游戏总数量。 |
| background_image_additional(额外宣传图URL) | 游戏额外宣传图片的链接地址。 |
| website(官方网站链接) | 该游戏官方网站的链接地址。 |
| reddit_count(Reddit帖子数) | 关于该游戏的Reddit帖子总数量。 |
| achievements_count(可解锁成就总数) | 该游戏中可解锁的成就总数量。 |
| youtube_count(YouTube关联视频数) | 与该游戏相关的YouTube视频总数量。 |
| short_screenshots(优化截图列表) | 包含经过优化的小型游戏截图的链接列表。 |
| creators_count(关联创作者总数) | 与该游戏相关的创作者(如开发商等)总数量。 |
| twitch_count(Twitch直播数) | 特定时段内针对该游戏的Twitch直播总数量。 |
| alternative_names(别名列表) | 包含该游戏其他曾用名或别称的数组。 |
| parent_achievements_count(系列主游戏成就数) | 追加下载内容(DLC)或特别版游戏对应的系列主游戏的成就总数量。 |
| additions_count(衍生内容总数) | 该游戏的衍生内容(如追加下载内容(DLC)、特别版等)总数量。 |
| reddit_logo(Reddit子版块图标URL) | 该游戏对应Reddit子版块的图标链接地址。 |
| metacritic_platforms(Metacritic平台评分列表) | 包含平台对象的数组,每个对象对应特定平台的Metacritic评分。 |
| screenshots_count(游戏截图总数) | 该游戏可用的游戏截图总数量。 |
| parent_platforms(父平台列表) | 包含父平台对象的数组(如“PC”“PlayStation”等),用于归类具体的运行平台。 |
| game_series_count(同系列游戏总数) | 属于该游戏同一系列的其他游戏总数量。
提供机构:
maas
创建时间:
2025-08-01



