RAWG Video Games Database

The largest video game database and video game discovery service.

Go to site
Explore
/
Apps
/
RAWG Video Games Database

RAWG Video Games Database API Integrations

Build and run workflows using the RAWG Video Games Database API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

The RAWG Video Games Database API is an award-winning service that provides comprehensive access to gaming data. This open-source API allows developers to access a broad range of gaming-related data such as game listings, developers, and genres. An overview of what you can build using the RAWG Video Games Database API includes:

  • Create a game registry where users can add the video games they own or are currently playing.
  • Create a game search engine with added filters to help users find their favorite games.
  • Design a game recommendation engine that suggests games based on the user's preferences.
  • Design a game ratings system based on individual user ratings and comments.
  • Develop a game encyclopedia page with snippets from game reviews from major websites.
  • Construct an interactive game calendar that tracks the release dates of upcoming games.
  • Develop a game report app that analyzes the user’s gaming habits and trends.
  • Create an app that tracks and maps the popular video game franchises of all time.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    rawg_video_games_database: {
      type: "app",
      app: "rawg_video_games_database",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.rawg.io/api/platforms`,
      params: {
        key: `${this.rawg_video_games_database.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with RAWG Video Games Database API

1
-
12
of
1000+
apps by most popular

Authentication

RAWG Video Games Database uses API keys for authentication. When you connect your RAWG Video Games Database account, Pipedream securely stores the keys so you can easily authenticate to RAWG Video Games Database APIs in both code and no-code steps.

Sign in and copy your API key from the RAWG developer page.