Rawg
Connector for the rawg API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.rawg.io/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
creator_roles_list— GET /creator-roles — Get a list of creator positions (jobs).creators_list— GET /creators — Get a list of game creators.creators_read— GET /creators/{id} — Get details of the creator.developers_list— GET /developers — Get a list of game developers.developers_read— GET /developers/{id} — Get details of the developer.games_list— GET /games — Get a list of games.
Inputs
apiKey— your rawg API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: creator_roles_list
apiKey: <your key>