Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

RAWG platforms API

The platforms API from RAWG — 3 operation(s) for platforms.

RAWG platforms API is one of 9 APIs that RAWG publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include platforms. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 2.0, at version v1.0.

Requests are made against the base URL https://api.rawg.io/api.

3 operations 3 paths 3 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
v1.0
Base URL
https://api.rawg.io/api
Resource Areas
1

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

platforms 3
GET
/platforms
Get a list of video game platforms.
platforms_list 3 params → 200
GET
/platforms/lists/parents
Get a list of parent platforms.
platforms_lists_parents_list 3 params → 200
GET
/platforms/{id}
Get details of the platform.
platforms_read 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are PlatformSingle (9 properties), Platform (8 properties), PlatformParentSingle (4 properties). Each schema is shown below with its type and property counts.

PlatformParentSingle
object
4 properties 2 required
PlatformSingle
object
9 properties 1 required
Platform
object
8 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rawg-platforms-api-openapi.yml Raw ↑

Other APIs RAWG publishes across the network.

RAWG creator-roles API
RAWG creators API
RAWG developers API
RAWG games API
RAWG genres API
RAWG publishers API
RAWG stores API
RAWG tags API