{"info":{"_postman_id":"08575a04-7824-45fd-a863-f9c9a324cdb6","name":"MobyGames API","description":"<html><head></head><body><p>API for accessing MobyGames data</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"39086103","collectionId":"08575a04-7824-45fd-a863-f9c9a324cdb6","publishedId":"2sAY55Zci2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-13T15:37:05.000Z"},"item":[{"name":"genres","item":[{"name":"Retrieve a list of genres","id":"53ecda7f-00f9-4736-9d90-d8a2487dca03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.mobygames.com/v2/genres","description":"<p>Returns a list of genres with their categories</p>\n","urlObject":{"path":["genres"],"host":["https://api.mobygames.com/v2"],"query":[],"variable":[]}},"response":[{"id":"c251fd14-417e-4c69-a394-380f1f3525ad","name":"List of genres","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/genres?api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["genres"],"query":[{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"genres\": [\n    {\n      \"genre_category\": \"<string>\",\n      \"genre_category_id\": \"<integer>\",\n      \"genre_description\": \"<string>\",\n      \"genre_id\": \"<integer>\",\n      \"genre_name\": \"<string>\"\n    },\n    {\n      \"genre_category\": \"<string>\",\n      \"genre_category_id\": \"<integer>\",\n      \"genre_description\": \"<string>\",\n      \"genre_id\": \"<integer>\",\n      \"genre_name\": \"<string>\"\n    }\n  ]\n}"},{"id":"6988bddc-141d-4735-8189-3a8e58d9637b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/genres?api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["genres"],"query":[{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"},{"id":"d48caefa-29ce-4dd7-910c-2a411a36078e","name":"Too many requests","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/genres?api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["genres"],"query":[{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"}],"_postman_id":"53ecda7f-00f9-4736-9d90-d8a2487dca03"}],"id":"bd954534-7c28-4b3f-9ce4-8c71ef1343fe","_postman_id":"bd954534-7c28-4b3f-9ce4-8c71ef1343fe","description":""},{"name":"groups","item":[{"name":"Retrieve a list of game groups","id":"a935da44-fa6e-4178-8bc2-2de5c24e58ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.mobygames.com/v2/groups?limit=10&offset=0","description":"<p>Returns a list of game groups</p>\n","urlObject":{"path":["groups"],"host":["https://api.mobygames.com/v2"],"query":[{"description":{"content":"<p>Maximum number of results to return</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Offset for pagination</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"9439fa48-617c-4ce2-8498-a35003a794af","name":"List of game groups","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/groups?limit=10&offset=0&api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["groups"],"query":[{"description":"Maximum number of results to return","key":"limit","value":"10"},{"description":"Offset for pagination","key":"offset","value":"0"},{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"groups\": [\n    {\n      \"group_description\": \"<string>\",\n      \"group_id\": \"<integer>\",\n      \"group_name\": \"<string>\"\n    },\n    {\n      \"group_description\": \"<string>\",\n      \"group_id\": \"<integer>\",\n      \"group_name\": \"<string>\"\n    }\n  ]\n}"},{"id":"3b618f68-99a7-4c9c-9eb0-b7e5e3e6842f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/groups?limit=10&offset=0&api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["groups"],"query":[{"description":"Maximum number of results to return","key":"limit","value":"10"},{"description":"Offset for pagination","key":"offset","value":"0"},{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"},{"id":"9ead9462-3ad2-4480-b28d-a27d25b48936","name":"Too many requests","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/groups?limit=10&offset=0&api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["groups"],"query":[{"description":"Maximum number of results to return","key":"limit","value":"10"},{"description":"Offset for pagination","key":"offset","value":"0"},{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"}],"_postman_id":"a935da44-fa6e-4178-8bc2-2de5c24e58ba"}],"id":"9ff0300f-fb6c-4d4a-83a7-b4781d56dafc","_postman_id":"9ff0300f-fb6c-4d4a-83a7-b4781d56dafc","description":""},{"name":"platforms","item":[{"name":"Retrieve a list of platforms","id":"9126d514-6646-43ab-9fc3-b111b7af0289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.mobygames.com/v2/platforms","description":"<p>Returns a list of platforms</p>\n","urlObject":{"path":["platforms"],"host":["https://api.mobygames.com/v2"],"query":[],"variable":[]}},"response":[{"id":"94c20fe6-970b-4671-878b-47503c0ebc23","name":"List of platforms","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/platforms?api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["platforms"],"query":[{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"platforms\": [\n    {\n      \"platform_id\": \"<integer>\",\n      \"platform_name\": \"<string>\"\n    },\n    {\n      \"platform_id\": \"<integer>\",\n      \"platform_name\": \"<string>\"\n    }\n  ]\n}"},{"id":"98bd2b43-6e89-4e51-a6a8-1871ff36c131","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/platforms?api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["platforms"],"query":[{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"},{"id":"9a0fe756-fd32-4d66-ae70-dc0b6d0c8dfb","name":"Too many requests","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/platforms?api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["platforms"],"query":[{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"}],"_postman_id":"9126d514-6646-43ab-9fc3-b111b7af0289"}],"id":"c0da8b3b-b865-49b0-8a12-f748bce8ec41","_postman_id":"c0da8b3b-b865-49b0-8a12-f748bce8ec41","description":""},{"name":"games","item":[{"name":"recent","item":[{"name":"Retrieve a list of recently modified games","id":"c1c2b832-7d27-45c2-8225-03ad0848ac94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.mobygames.com/v2/games/recent?age=21&include=id,title,moby_url&limit=10&offset=0","description":"<p>Returns a list of games that have been modified recently</p>\n","urlObject":{"path":["games","recent"],"host":["https://api.mobygames.com/v2"],"query":[{"description":{"content":"<p>Maximum age in days</p>\n","type":"text/plain"},"key":"age","value":"21"},{"description":{"content":"<p>A comma-separated list of fields to include in the API response. The available fields depend on the subscription tier, with each tier including all fields from the previous ones:</p>\n<p>Hobbyist:\ncovers, description, developers, game_id, genres, moby_score, moby_url, official_url, platforms, publishers, release_date, screenshots, title</p>\n<p>Bronze (includes Hobbyist fields):\ncritic_score, platforms.releases, platforms.releases.companies, player_score, promo_images, videos</p>\n<p>Silver (includes Bronze fields):\nalternate_titles, covers.original, critic_reviews, game_groups, identifiers, moby_ranking, platforms.releases.product_codes, promo_images.original, ratings, related_sites, screenshots.original, tech_specs</p>\n<p>Gold (includes Silver fields):\ncredits, player_reviews, trivia</p>\n","type":"text/plain"},"key":"include","value":"id,title,moby_url"},{"description":{"content":"<p>Maximum number of results to return</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Offset for pagination</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"105a48bb-2fc7-4c95-b292-87ee38a08403","name":"List of recently modified games","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/games/recent?age=21&include=id,title,moby_url&limit=10&offset=0&api_key=<API Key>","protocol":"https","host":["api","mobygames","com"],"path":["v2","games","recent"],"query":[{"key":"age","value":"21","description":"Maximum age in days"},{"key":"include","value":"id,title,moby_url","description":"Comma-separated list of fields to include"},{"key":"limit","value":"10","description":"Maximum number of results to return"},{"key":"offset","value":"0","description":"Offset for pagination"},{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"games\": [\n    {\n      \"game_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"moby_url\": \"<string>\",\n      \"genres\": [\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"category\": \"<string>\",\n          \"category_id\": \"<integer>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"category\": \"<string>\",\n          \"category_id\": \"<integer>\"\n        }\n      ],\n      \"covers\": [\n        {\n          \"cover_group_id\": \"<integer>\",\n          \"comments\": \"<string>\",\n          \"countries\": [\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            },\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            }\n          ],\n          \"platforms\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"attributes\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"images\": [\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"cover_group_id\": \"<integer>\",\n          \"comments\": \"<string>\",\n          \"countries\": [\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            },\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            }\n          ],\n          \"platforms\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"attributes\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"images\": [\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"screenshots\": [\n        {\n          \"platform_id\": \"<integer>\",\n          \"platform_name\": \"<string>\",\n          \"images\": [\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"platform_id\": \"<integer>\",\n          \"platform_name\": \"<string>\",\n          \"images\": [\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"promo_images\": [\n        {\n          \"promo_image_group_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"images\": [\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"promo_image_group_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"images\": [\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"videos\": [\n        {\n          \"id\": \"<integer>\",\n          \"source_id\": \"<integer>\",\n          \"title\": \"<string>\",\n          \"description\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"url\": \"<string>\",\n          \"date\": \"<dateTime>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"source_id\": \"<integer>\",\n          \"title\": \"<string>\",\n          \"description\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"url\": \"<string>\",\n          \"date\": \"<dateTime>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"moby_score\": \"<number>\",\n      \"critic_score\": \"<number>\",\n      \"player_score\": \"<number>\",\n      \"official_url\": \"<string>\",\n      \"platforms\": [\n        {\n          \"platform_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"release_date\": \"<string>\",\n          \"releases\": [\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            },\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"platform_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"release_date\": \"<string>\",\n          \"releases\": [\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            },\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"game_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"moby_url\": \"<string>\",\n      \"genres\": [\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"category\": \"<string>\",\n          \"category_id\": \"<integer>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"category\": \"<string>\",\n          \"category_id\": \"<integer>\"\n        }\n      ],\n      \"covers\": [\n        {\n          \"cover_group_id\": \"<integer>\",\n          \"comments\": \"<string>\",\n          \"countries\": [\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            },\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            }\n          ],\n          \"platforms\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"attributes\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"images\": [\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"cover_group_id\": \"<integer>\",\n          \"comments\": \"<string>\",\n          \"countries\": [\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            },\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            }\n          ],\n          \"platforms\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"attributes\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"images\": [\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"screenshots\": [\n        {\n          \"platform_id\": \"<integer>\",\n          \"platform_name\": \"<string>\",\n          \"images\": [\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"platform_id\": \"<integer>\",\n          \"platform_name\": \"<string>\",\n          \"images\": [\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"promo_images\": [\n        {\n          \"promo_image_group_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"images\": [\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"promo_image_group_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"images\": [\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"videos\": [\n        {\n          \"id\": \"<integer>\",\n          \"source_id\": \"<integer>\",\n          \"title\": \"<string>\",\n          \"description\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"url\": \"<string>\",\n          \"date\": \"<dateTime>\",\n          \"type\": \"<string>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"source_id\": \"<integer>\",\n          \"title\": \"<string>\",\n          \"description\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"url\": \"<string>\",\n          \"date\": \"<dateTime>\",\n          \"type\": \"<string>\"\n        }\n      ],\n      \"moby_score\": \"<number>\",\n      \"critic_score\": \"<number>\",\n      \"player_score\": \"<number>\",\n      \"official_url\": \"<string>\",\n      \"platforms\": [\n        {\n          \"platform_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"release_date\": \"<string>\",\n          \"releases\": [\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            },\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"platform_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"release_date\": \"<string>\",\n          \"releases\": [\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            },\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"},{"id":"83c9b0b1-b527-49dd-a04d-ca8fb1f7bbf7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/games/recent?age=21&include=id,title,moby_url&limit=10&offset=0&api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["games","recent"],"query":[{"key":"age","value":"21","description":"Maximum age in days"},{"key":"include","value":"id,title,moby_url","description":"Comma-separated list of fields to include"},{"key":"limit","value":"10","description":"Maximum number of results to return"},{"key":"offset","value":"0","description":"Offset for pagination"},{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"},{"id":"184f9d9a-4b6e-499d-96e3-5bc8ac789e41","name":"Too many requests","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/games/recent?age=21&include=id,title,moby_url&limit=10&offset=0&api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["games","recent"],"query":[{"key":"age","value":"21","description":"Maximum age in days"},{"key":"include","value":"id,title,moby_url","description":"Comma-separated list of fields to include"},{"key":"limit","value":"10","description":"Maximum number of results to return"},{"key":"offset","value":"0","description":"Offset for pagination"},{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"}],"_postman_id":"c1c2b832-7d27-45c2-8225-03ad0848ac94"}],"id":"f95619e5-45e5-4a6f-a2d3-34b0494fa1cc","_postman_id":"f95619e5-45e5-4a6f-a2d3-34b0494fa1cc","description":""},{"name":"Retrieve a list of games","id":"e88e4ba2-94cf-4850-b401-de1629193344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.mobygames.com/v2/games?include=id,title,moby_url,videos.&limit=10&offset=0&id=<integer>&platform=<integer>&genre=<integer>&group=<integer>&title=<string>&steam_app_id=<integer>&fuzzy=<boolean>","description":"<p>Returns a list of games based on the provided parameters</p>\n","urlObject":{"path":["games"],"host":["https://api.mobygames.com/v2"],"query":[{"description":{"content":"<p>A comma-separated list of fields to include in the API response. The available fields depend on the subscription tier, with each tier including all fields from the previous ones:</p>\n<p>Hobbyist:\ncovers, description, developers, game_id, genres, moby_score, moby_url, official_url, platforms, publishers, release_date, screenshots, title</p>\n<p>Bronze (includes Hobbyist fields):\ncritic_score, platforms.releases, platforms.releases.companies, player_score, promo_images, videos</p>\n<p>Silver (includes Bronze fields):\nalternate_titles, covers.original, critic_reviews, game_groups, identifiers, moby_ranking, platforms.releases.product_codes, promo_images.original, ratings, related_sites, screenshots.original, tech_specs</p>\n<p>Gold (includes Silver fields):\ncredits, player_reviews, trivia</p>\n<p>Note:\nYou can pass highlights in the include parameter when using fuzzy=true.</p>\n","type":"text/plain"},"key":"include","value":"id,title,moby_url,videos."},{"description":{"content":"<p>Maximum number of results to return</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Offset for pagination</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>List of game IDs</p>\n","type":"text/plain"},"key":"id","value":"<integer>"},{"description":{"content":"<p>List of platform IDs</p>\n","type":"text/plain"},"key":"platform","value":"<integer>"},{"description":{"content":"<p>List of genre IDs</p>\n","type":"text/plain"},"key":"genre","value":"<integer>"},{"description":{"content":"<p>List of group IDs</p>\n","type":"text/plain"},"key":"group","value":"<integer>"},{"description":{"content":"<p>Title filter</p>\n","type":"text/plain"},"key":"title","value":"<string>"},{"description":{"content":"<p>List of Steam app IDs</p>\n","type":"text/plain"},"key":"steam_app_id","value":"<integer>"},{"description":{"content":"<p>If true, enables fuzzy matching on the game title, allowing for approximate matches (e.g., minor typos, missing spaces, or slight variations in spelling). Defaults to false.</p>\n<p>When fuzzy=true, the response includes a highlights field, which indicates which parts of the title matched fuzzily. To receive this field, you must also include highlights in the include parameter.</p>\n","type":"text/plain"},"key":"fuzzy","value":"<boolean>"}],"variable":[]}},"response":[{"id":"7cb1abb5-1e3d-4670-a51b-d0c18bfda388","name":"List of games","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/games?include=id,title,moby_url&limit=10&offset=0&id=<integer>&platform=<integer>&genre=<integer>&group=<integer>&title=<string>&steam_app_id=<integer>&api_key=<API Key>","protocol":"https","host":["api","mobygames","com"],"path":["v2","games"],"query":[{"key":"include","value":"id,title,moby_url","description":"Comma-separated list of fields to include"},{"key":"limit","value":"10","description":"Maximum number of results to return"},{"key":"offset","value":"0","description":"Offset for pagination"},{"key":"id","value":"<integer>","description":"List of game IDs"},{"key":"platform","value":"<integer>","description":"List of platform IDs"},{"key":"genre","value":"<integer>","description":"List of genre IDs"},{"key":"group","value":"<integer>","description":"List of group IDs"},{"key":"title","value":"<string>","description":"Title filter"},{"key":"steam_app_id","value":"<integer>","description":"List of Steam app IDs"},{"key":"api_key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"games\": [\n    {\n      \"game_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"moby_url\": \"<string>\",\n      \"genres\": [\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"category\": \"<string>\",\n          \"category_id\": \"<integer>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"category\": \"<string>\",\n          \"category_id\": \"<integer>\"\n        }\n      ],\n      \"covers\": [\n        {\n          \"cover_group_id\": \"<integer>\",\n          \"comments\": \"<string>\",\n          \"countries\": [\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            },\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            }\n          ],\n          \"platforms\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"attributes\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"images\": [\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"cover_group_id\": \"<integer>\",\n          \"comments\": \"<string>\",\n          \"countries\": [\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            },\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            }\n          ],\n          \"platforms\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"attributes\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"images\": [\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"screenshots\": [\n        {\n          \"platform_id\": \"<integer>\",\n          \"platform_name\": \"<string>\",\n          \"images\": [\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"platform_id\": \"<integer>\",\n          \"platform_name\": \"<string>\",\n          \"images\": [\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"promo_images\": [\n        {\n          \"promo_image_group_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"images\": [\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"promo_image_group_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"images\": [\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"videos\": [\n        {\n          \"id\": \"<integer>\",\n          \"source_id\": \"<integer>\",\n          \"title\": \"<string>\",\n          \"description\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"url\": \"<string>\",\n          \"date\": \"<dateTime>\",\n          \"type\": \"<object>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"source_id\": \"<integer>\",\n          \"title\": \"<string>\",\n          \"description\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"url\": \"<string>\",\n          \"date\": \"<dateTime>\",\n          \"type\": \"<object>\"\n        }\n      ],\n      \"moby_score\": \"<number>\",\n      \"critic_score\": \"<number>\",\n      \"player_score\": \"<number>\",\n      \"official_url\": \"<string>\",\n      \"platforms\": [\n        {\n          \"platform_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"release_date\": \"<string>\",\n          \"releases\": [\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            },\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"platform_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"release_date\": \"<string>\",\n          \"releases\": [\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            },\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"game_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"moby_url\": \"<string>\",\n      \"genres\": [\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"category\": \"<string>\",\n          \"category_id\": \"<integer>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"category\": \"<string>\",\n          \"category_id\": \"<integer>\"\n        }\n      ],\n      \"covers\": [\n        {\n          \"cover_group_id\": \"<integer>\",\n          \"comments\": \"<string>\",\n          \"countries\": [\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            },\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            }\n          ],\n          \"platforms\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"attributes\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"images\": [\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"cover_group_id\": \"<integer>\",\n          \"comments\": \"<string>\",\n          \"countries\": [\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            },\n            {\n              \"country_id\": \"<integer>\",\n              \"name\": \"<string>\",\n              \"country_code\": \"<string>\"\n            }\n          ],\n          \"platforms\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"attributes\": [\n            \"<object>\",\n            \"<object>\"\n          ],\n          \"images\": [\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"cover_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"screenshots\": [\n        {\n          \"platform_id\": \"<integer>\",\n          \"platform_name\": \"<string>\",\n          \"images\": [\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"platform_id\": \"<integer>\",\n          \"platform_name\": \"<string>\",\n          \"images\": [\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"screenshot_id\": \"<integer>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"promo_images\": [\n        {\n          \"promo_image_group_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"images\": [\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<object>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"promo_image_group_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"images\": [\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            },\n            {\n              \"promo_image_id\": \"<integer>\",\n              \"type\": \"<string>\",\n              \"caption\": \"<string>\",\n              \"ordering\": \"<integer>\",\n              \"original_width\": \"<integer>\",\n              \"original_height\": \"<integer>\",\n              \"thumbnail_width\": \"<integer>\",\n              \"thumbnail_height\": \"<integer>\",\n              \"width\": \"<integer>\",\n              \"height\": \"<integer>\",\n              \"moby_url\": \"<string>\",\n              \"thumbnail_url\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"original_url\": \"<string>\"\n            }\n          ]\n        }\n      ],\n      \"videos\": [\n        {\n          \"id\": \"<integer>\",\n          \"source_id\": \"<integer>\",\n          \"title\": \"<string>\",\n          \"description\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"url\": \"<string>\",\n          \"date\": \"<dateTime>\",\n          \"type\": \"<object>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"source_id\": \"<integer>\",\n          \"title\": \"<string>\",\n          \"description\": \"<string>\",\n          \"comments\": \"<string>\",\n          \"url\": \"<string>\",\n          \"date\": \"<dateTime>\",\n          \"type\": \"<object>\"\n        }\n      ],\n      \"moby_score\": \"<number>\",\n      \"critic_score\": \"<number>\",\n      \"player_score\": \"<number>\",\n      \"official_url\": \"<string>\",\n      \"platforms\": [\n        {\n          \"platform_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"release_date\": \"<string>\",\n          \"releases\": [\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            },\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"platform_id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"release_date\": \"<string>\",\n          \"releases\": [\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            },\n            {\n              \"companies\": [\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                },\n                {\n                  \"company_id\": \"<integer>\",\n                  \"company_name\": \"<string>\",\n                  \"role\": \"<string>\"\n                }\n              ],\n              \"countries\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"description\": \"<string>\",\n              \"product_codes\": [\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                },\n                {\n                  \"product_code_type_id\": \"<integer>\",\n                  \"product_code_type\": \"<string>\",\n                  \"product_code\": \"<string>\"\n                }\n              ],\n              \"release_date\": \"<string>\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"},{"id":"ac73ecfe-ed29-4181-b0bb-1cfb34896f77","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/games?include=id,title,moby_url&limit=10&offset=0&id=<integer>&platform=<integer>&genre=<integer>&group=<integer>&title=<string>&steam_app_id=<integer>&api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["games"],"query":[{"description":"Comma-separated list of fields to include","key":"include","value":"id,title,moby_url"},{"description":"Maximum number of results to return","key":"limit","value":"10"},{"description":"Offset for pagination","key":"offset","value":"0"},{"description":"List of game IDs","key":"id","value":"<integer>"},{"description":"List of platform IDs","key":"platform","value":"<integer>"},{"description":"List of genre IDs","key":"genre","value":"<integer>"},{"description":"List of group IDs","key":"group","value":"<integer>"},{"description":"Title filter","key":"title","value":"<string>"},{"description":"List of Steam app IDs","key":"steam_app_id","value":"<integer>"},{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"},{"id":"0e2b13c8-a749-4119-99ba-bfec76de7730","name":"Too many requests","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.mobygames.com/v2/games?include=id,title,moby_url&limit=10&offset=0&id=<integer>&platform=<integer>&genre=<integer>&group=<integer>&title=<string>&steam_app_id=<integer>&api_key=<API Key>","host":["https://api.mobygames.com/v2"],"path":["games"],"query":[{"description":"Comma-separated list of fields to include","key":"include","value":"id,title,moby_url"},{"description":"Maximum number of results to return","key":"limit","value":"10"},{"description":"Offset for pagination","key":"offset","value":"0"},{"description":"List of game IDs","key":"id","value":"<integer>"},{"description":"List of platform IDs","key":"platform","value":"<integer>"},{"description":"List of genre IDs","key":"genre","value":"<integer>"},{"description":"List of group IDs","key":"group","value":"<integer>"},{"description":"Title filter","key":"title","value":"<string>"},{"description":"List of Steam app IDs","key":"steam_app_id","value":"<integer>"},{"description":"Added as a part of security scheme: apikey","key":"api_key","value":"<API Key>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"message\": \"<string>\"\n}"}],"_postman_id":"e88e4ba2-94cf-4850-b401-de1629193344"}],"id":"3b2ec63c-ff3b-4fce-bf76-fa4972cba7fa","_postman_id":"3b2ec63c-ff3b-4fce-bf76-fa4972cba7fa","description":""},{"name":"collections","item":[{"name":"list  collections","id":"5bb8fe16-f800-4370-a2cb-987868ba2876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.mobygames.com/v2/user/collections","urlObject":{"path":["user","collections"],"host":["https://api.mobygames.com/v2"],"query":[],"variable":[]}},"response":[{"id":"32d329cd-fac1-4b0b-9ac5-0823eb7d8310","name":"OK","originalRequest":{"method":"GET","header":[],"url":"https://api.mobygames.com/v2/user/collections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.13.1"},{"key":"Date","value":"Tue, 15 Apr 2025 07:41:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"605"},{"key":"RateLimit-Limit","value":"28800"},{"key":"RateLimit-Policy","value":"8;w=1, 28800;w=3600"},{"key":"RateLimit-Remaining","value":"28799"},{"key":"RateLimit-Reset","value":"1108"},{"key":"X-RateLimit-Bytes-Limit","value":"10485760000"},{"key":"X-RateLimit-Bytes-Policy","value":"10485760000;w=3600"},{"key":"X-RateLimit-Bytes-Remaining","value":"10485759395"},{"key":"X-RateLimit-Bytes-Reset","value":"1108"},{"key":"Vary","value":"Cookie"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"collection_id\": 767322,\n            \"description\": \"\",\n            \"name\": \"Bookmarks\",\n            \"private\": true\n        },\n        {\n            \"collection_id\": 767323,\n            \"description\": \"\",\n            \"name\": \"Have\",\n            \"private\": false\n        },\n        {\n            \"collection_id\": 767324,\n            \"description\": \"\",\n            \"name\": \"Want\",\n            \"private\": false\n        },\n        {\n            \"collection_id\": 767325,\n            \"description\": \"\",\n            \"name\": \"Beat\",\n            \"private\": false\n        },\n        {\n            \"collection_id\": 767326,\n            \"description\": \"\",\n            \"name\": \"Favorites\",\n            \"private\": false\n        }\n    ]\n}"}],"_postman_id":"5bb8fe16-f800-4370-a2cb-987868ba2876"},{"name":"create collections","id":"d1a02c1a-df7b-41ad-8687-57083dc9ab72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"cozy\",\r\n    \"description\": \"A comforting collection of wholesome, low-stress games perfect for relaxing and recharging.\",\r\n    \"private\": false,\r\n    \"purchase_private\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mobygames.com/v2/user/collections","urlObject":{"path":["user","collections"],"host":["https://api.mobygames.com/v2"],"query":[],"variable":[]}},"response":[{"id":"1c538ba2-4d55-4b89-afa1-bdf6f2c17cda","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"cozy\",\r\n    \"description\": \"A comforting collection of wholesome, low-stress games perfect for relaxing and recharging.\",\r\n    \"private\": false,\r\n    \"purchase_private\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mobygames.com/v2/user/collections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.13.1"},{"key":"Date","value":"Tue, 15 Apr 2025 07:46:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22"},{"key":"RateLimit-Limit","value":"28800"},{"key":"RateLimit-Policy","value":"8;w=1, 28800;w=3600"},{"key":"RateLimit-Remaining","value":"28798"},{"key":"RateLimit-Reset","value":"810"},{"key":"X-RateLimit-Bytes-Limit","value":"10485760000"},{"key":"X-RateLimit-Bytes-Policy","value":"10485760000;w=3600"},{"key":"X-RateLimit-Bytes-Remaining","value":"10485759373"},{"key":"X-RateLimit-Bytes-Reset","value":"810"},{"key":"Vary","value":"Cookie"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"d1a02c1a-df7b-41ad-8687-57083dc9ab72"},{"name":"list collection games","id":"9b332c5b-3c42-4483-9396-de6581d2fcd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games","urlObject":{"path":["user","collections","{{collectionId}}","games"],"host":["https://api.mobygames.com/v2"],"query":[],"variable":[]}},"response":[{"id":"3e5d70d6-7cc5-46aa-80b7-fb0fe9b96a09","name":"OK","originalRequest":{"method":"GET","header":[],"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.13.1"},{"key":"Date","value":"Tue, 15 Apr 2025 07:52:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"421"},{"key":"RateLimit-Limit","value":"28800"},{"key":"RateLimit-Policy","value":"8;w=1, 28800;w=3600"},{"key":"RateLimit-Remaining","value":"28794"},{"key":"RateLimit-Reset","value":"460"},{"key":"X-RateLimit-Bytes-Limit","value":"10485760000"},{"key":"X-RateLimit-Bytes-Policy","value":"10485760000;w=3600"},{"key":"X-RateLimit-Bytes-Remaining","value":"10485758894"},{"key":"X-RateLimit-Bytes-Reset","value":"460"},{"key":"Vary","value":"Cookie"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"games\": [\n        {\n            \"collection_id\": 767324,\n            \"comments\": null,\n            \"currency_code\": null,\n            \"currency_id\": null,\n            \"game_id\": 44900,\n            \"game_title\": \"Mass Effect 2\",\n            \"id\": 2921202,\n            \"items\": {},\n            \"platform_id\": 3,\n            \"platform_name\": \"Windows\",\n            \"purchase_date\": null,\n            \"purchase_location\": null,\n            \"purchase_price\": null,\n            \"will_trade\": false\n        }\n    ]\n}"}],"_postman_id":"9b332c5b-3c42-4483-9396-de6581d2fcd9"},{"name":"add game to collection","id":"dd1347c8-39f9-46f0-96fc-8cfd16b479df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"game_id\": 44900,\r\n    \"platform_id\": 3,\r\n    \"comments\": \"\",\r\n    \"currency_code\": \"USD\",\r\n    \"items\": {\r\n        \"manual\": {\r\n            \"comments\": \"\",\r\n            \"condition_id\": 1\r\n        }\r\n    },\r\n    \"purchase_date\": \"2025-04-02\",\r\n    \"purchase_location\": \"eBay\",\r\n    \"purchase_price\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games","urlObject":{"path":["user","collections","{{collectionId}}","games"],"host":["https://api.mobygames.com/v2"],"query":[],"variable":[]}},"response":[{"id":"727d9f91-4edf-45ec-bf55-d7fdfea1de6c","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"game_id\": 44900,\r\n    \"platform_id\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.13.1"},{"key":"Date","value":"Tue, 15 Apr 2025 07:51:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22"},{"key":"RateLimit-Limit","value":"28800"},{"key":"RateLimit-Policy","value":"8;w=1, 28800;w=3600"},{"key":"RateLimit-Remaining","value":"28795"},{"key":"RateLimit-Reset","value":"501"},{"key":"X-RateLimit-Bytes-Limit","value":"10485760000"},{"key":"X-RateLimit-Bytes-Policy","value":"10485760000;w=3600"},{"key":"X-RateLimit-Bytes-Remaining","value":"10485759315"},{"key":"X-RateLimit-Bytes-Reset","value":"501"},{"key":"Vary","value":"Cookie"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"76bdfdee-a38d-4a6a-adb2-244194e92629","name":"Invalid Payload","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"game_id\": 44900,\r\n    \"platform_id\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games"},"status":"UNPROCESSABLE ENTITY","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.13.1"},{"key":"Date","value":"Tue, 15 Apr 2025 07:52:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"163"},{"key":"RateLimit-Limit","value":"28800"},{"key":"RateLimit-Policy","value":"8;w=1, 28800;w=3600"},{"key":"RateLimit-Remaining","value":"28793"},{"key":"RateLimit-Reset","value":"433"},{"key":"X-RateLimit-Bytes-Limit","value":"10485760000"},{"key":"X-RateLimit-Bytes-Policy","value":"10485760000;w=3600"},{"key":"X-RateLimit-Bytes-Remaining","value":"10485758731"},{"key":"X-RateLimit-Bytes-Reset","value":"433"},{"key":"Vary","value":"Cookie"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 5,\n    \"error\": \"Invalid parameter value\",\n    \"message\": [\n        {\n            \"location\": \"platform_id\",\n            \"message\": \"Game platform not found.\"\n        }\n    ]\n}"}],"_postman_id":"dd1347c8-39f9-46f0-96fc-8cfd16b479df"},{"name":"update game in collection","id":"33cbc864-b974-4d10-ab75-1990772323cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comments\": \"def not test\",\r\n    \"currency_code\": \"USD\",\r\n    \"items\": {\r\n        \"manual\": {\r\n            \"comments\": \"\",\r\n            \"condition_id\": 7\r\n        }\r\n    },\r\n    \"purchase_date\": \"2025-04-02\",\r\n    \"purchase_location\": \"eBay\",\r\n    \"purchase_price\": 25\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games/{{gameInCollectionId}}","urlObject":{"path":["user","collections","{{collectionId}}","games","{{gameInCollectionId}}"],"host":["https://api.mobygames.com/v2"],"query":[],"variable":[]}},"response":[{"id":"44e70a5b-27e7-4a85-8d2a-0c12f599581e","name":"invalid payload","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comments\": \"def not test\",\r\n    \"currency_code\": \"USD\",\r\n    \"items\": {\r\n        \"manual\": {\r\n            \"comments\": \"\",\r\n            \"condition_id\": 2\r\n        }\r\n    },\r\n    \"purchase_date\": \"2025-04-02\",\r\n    \"purchase_location\": \"eBay\",\r\n    \"purchase_price\": 25\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games/{{gameInCollectionId}}"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.13.1"},{"key":"Date","value":"Tue, 15 Apr 2025 08:00:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"62"},{"key":"RateLimit-Limit","value":"28800"},{"key":"RateLimit-Policy","value":"8;w=1, 28800;w=3600"},{"key":"RateLimit-Remaining","value":"28798"},{"key":"RateLimit-Reset","value":"3554"},{"key":"X-RateLimit-Bytes-Limit","value":"10485760000"},{"key":"X-RateLimit-Bytes-Policy","value":"10485760000;w=3600"},{"key":"X-RateLimit-Bytes-Remaining","value":"10485759876"},{"key":"X-RateLimit-Bytes-Reset","value":"3554"},{"key":"Vary","value":"Cookie"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"error\": \"Item not found\",\n    \"message\": \"\"\n}"},{"id":"8d542633-d0d4-4fd2-a52e-33f9404c2288","name":"OK","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comments\": \"def not test\",\r\n    \"currency_code\": \"USD\",\r\n    \"items\": {\r\n        \"manual\": {\r\n            \"comments\": \"\",\r\n            \"condition_id\": 7\r\n        }\r\n    },\r\n    \"purchase_date\": \"2025-04-02\",\r\n    \"purchase_location\": \"eBay\",\r\n    \"purchase_price\": 25\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games/{{gameInCollectionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.13.1"},{"key":"Date","value":"Tue, 15 Apr 2025 08:13:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22"},{"key":"RateLimit-Limit","value":"28800"},{"key":"RateLimit-Policy","value":"8;w=1, 28800;w=3600"},{"key":"RateLimit-Remaining","value":"28791"},{"key":"RateLimit-Reset","value":"2798"},{"key":"X-RateLimit-Bytes-Limit","value":"10485760000"},{"key":"X-RateLimit-Bytes-Policy","value":"10485760000;w=3600"},{"key":"X-RateLimit-Bytes-Remaining","value":"10485759219"},{"key":"X-RateLimit-Bytes-Reset","value":"2798"},{"key":"Vary","value":"Cookie"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"33cbc864-b974-4d10-ab75-1990772323cc"},{"name":"remove game from collection","id":"9bb9ea31-30d2-4e25-a4c9-99e0f4fae2c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games/{{gameInCollectionId}}","urlObject":{"path":["user","collections","{{collectionId}}","games","{{gameInCollectionId}}"],"host":["https://api.mobygames.com/v2"],"query":[],"variable":[]}},"response":[{"id":"0778ade5-afa0-4eb8-9674-30f1c1ba65de","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":"https://api.mobygames.com/v2/user/collections/{{collectionId}}/games/{{gameInCollectionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.13.1"},{"key":"Date","value":"Tue, 15 Apr 2025 07:58:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22"},{"key":"RateLimit-Limit","value":"28800"},{"key":"RateLimit-Policy","value":"8;w=1, 28800;w=3600"},{"key":"RateLimit-Remaining","value":"28790"},{"key":"RateLimit-Reset","value":"61"},{"key":"X-RateLimit-Bytes-Limit","value":"10485760000"},{"key":"X-RateLimit-Bytes-Policy","value":"10485760000;w=3600"},{"key":"X-RateLimit-Bytes-Remaining","value":"10485757746"},{"key":"X-RateLimit-Bytes-Reset","value":"61"},{"key":"Vary","value":"Cookie"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"9bb9ea31-30d2-4e25-a4c9-99e0f4fae2c2"},{"name":"list item conditions","id":"81e3073e-7b6c-44b5-acd1-fd3d5790258b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.mobygames.com/v2/item-conditions","urlObject":{"path":["item-conditions"],"host":["https://api.mobygames.com/v2"],"query":[],"variable":[]}},"response":[{"id":"16a457f9-32bc-4bbb-a6b1-5178ae183a6f","name":"OK","originalRequest":{"method":"GET","header":[],"url":"https://api.mobygames.com/v2/item-conditions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/3.1.3 Python/3.13.1"},{"key":"Date","value":"Tue, 15 Apr 2025 08:22:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"325"},{"key":"RateLimit-Limit","value":"28800"},{"key":"RateLimit-Policy","value":"8;w=1, 28800;w=3600"},{"key":"RateLimit-Remaining","value":"28790"},{"key":"RateLimit-Reset","value":"2268"},{"key":"X-RateLimit-Bytes-Limit","value":"10485760000"},{"key":"X-RateLimit-Bytes-Policy","value":"10485760000;w=3600"},{"key":"X-RateLimit-Bytes-Remaining","value":"10485758894"},{"key":"X-RateLimit-Bytes-Reset","value":"2268"},{"key":"Vary","value":"Cookie"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7,\n        \"name\": \"Item Missing\"\n    },\n    {\n        \"id\": 1,\n        \"name\": \"Mint Sealed\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Very Good\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Good\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Fine\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Excess Defects\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Near Mint\"\n    }\n]"}],"_postman_id":"81e3073e-7b6c-44b5-acd1-fd3d5790258b"}],"id":"810a9914-2297-4b55-8b59-8d8a23e6ca7b","_postman_id":"810a9914-2297-4b55-8b59-8d8a23e6ca7b","description":""},{"name":"New Request","id":"64936b5e-48c9-475d-b0ea-38e8cb9ee7c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"64936b5e-48c9-475d-b0ea-38e8cb9ee7c1"}],"variable":[{"key":"baseUrl","value":"https://api.mobygames.com/v2"}]}