platform_

Represents a Platform that a game is availiable on

class rawgpy.data_classes.platform_.Platform(id_, name, slug, image, year_end, year_start, games_count, released_at, minimum_requirements, maximum_requirements)[source]

Represents a Platform

games_count = None

the number of games on this Platform

id = None

the id of the Platform

image = None

the image url for the Platform

maximum_requirements = None

the optimnal requirements for the game

minimum_requirements = None

the minimum requirements for the game

name = None

the name of the Platform

released_at = None

the time this Platform was released at

slug = None

the slug of the Platform

year_end = None

TODO

year_start = None

TODO