{ "opencollection": "1.0.0", "info": { "name": "RAWG Video Games Database creator-roles platforms API", "version": "v1.0" }, "items": [ { "info": { "name": "platforms", "type": "folder" }, "items": [ { "info": { "name": "Get a list of video game platforms.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/platforms", "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ] }, "docs": "Get a list of video game platforms." }, { "info": { "name": "Get a list of parent platforms.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/platforms/lists/parents", "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ] }, "docs": "For instance, for PS2 and PS4 the “parent platform” is PlayStation." }, { "info": { "name": "Get details of the platform.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/platforms/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Platform." } ] }, "docs": "Get details of the platform." } ] } ], "bundled": true }