{"info":{"_postman_id":"976eba01-9e66-4985-bb3f-6af354d3fe7e","name":"Pet Warriors API","description":"<html><head></head><body><p>A RESTful API for managing Pet Warriors game data, including items, clans, and analytics.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16076093","collectionId":"976eba01-9e66-4985-bb3f-6af354d3fe7e","publishedId":"2sB2xBDVmi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"9856ce"},"publishDate":"2025-06-20T21:00:32.000Z"},"item":[{"name":"Items","item":[{"name":"Retrieve All Items","id":"34d356d2-0c7f-4269-bbee-d5126bc85ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.pixelated.gg/v1/items","description":"<p>Gets all the items data in the game.</p>\n","urlObject":{"protocol":"https","path":["v1","items"],"host":["api","pixelated","gg"],"query":[{"disabled":true,"description":{"content":"<p>This is the amount of items per page (maximum 250).</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>This is the cursor for pagination.</p>\n","type":"text/plain"},"key":"cursor","value":"0Jl8RirAgw1ITiPOddtf"},{"disabled":true,"description":{"content":"<p>This is the category name used for filtering.</p>\n","type":"text/plain"},"key":"category","value":"potions"},{"disabled":true,"description":{"content":"<p>This is the key used for filtering.</p>\n","type":"text/plain"},"key":"key","value":"DoubleXP"},{"disabled":true,"description":{"content":"<p>This is the field used for sorting.</p>\n","type":"text/plain"},"key":"sortBy","value":"updatedAt"},{"disabled":true,"description":{"content":"<p>This is the order used for sorting (asc or desc).</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"}],"variable":[]}},"response":[{"id":"ac36e514-9e46-4037-8742-afd144bd88b8","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixelated.gg/v1/items","protocol":"https","host":["api","pixelated","gg"],"path":["v1","items"],"query":[{"key":"limit","value":"10","description":"This is the amount of items per page (maximum 250).","disabled":true},{"key":"cursor","value":"0Jl8RirAgw1ITiPOddtf","description":"This is the cursor for pagination.","disabled":true},{"key":"category","value":"potions","description":"This is the category name used for filtering.","disabled":true},{"key":"key","value":"DoubleXP","description":"This is the key used for filtering.","type":"text","disabled":true},{"key":"sortBy","value":"updatedAt","description":"This is the field used for sorting.","type":"text","disabled":true},{"key":"sortOrder","value":"desc","description":"This is the order used for sorting (asc or desc).","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"4690"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"1252-fOccWiQf1XHOSMWypQgaurq+sT8\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"ea6999c527022009b335ef477518e4f1;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"GB"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 27 Jun 2025 23:36:03 GMT"},{"key":"X-Served-By","value":"cache-lcy-eglc8600026-LCY"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1751067363.840198,VS0,VE273"},{"key":"Vary","value":"cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Items retrieved successfully.\",\n    \"data\": [\n        {\n            \"id\": \"0YdfuE1zdWxkz3VKYlN4\",\n            \"name\": \"Party Squirrel\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"2009\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:09.363Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"Exclusive\",\n                    \"thumbnail\": \"91078345703627\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"Exclusive\",\n                    \"thumbnail\": \"79446494652347\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"Exclusive\",\n                    \"thumbnail\": \"91078345703627\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:46.372Z\"\n        },\n        {\n            \"id\": \"IzfHdYOM514VPXYiQF9G\",\n            \"name\": \"Lucky Dominus\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"2013\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:09.096Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"Exclusive\",\n                    \"thumbnail\": \"127672420495228\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"Exclusive\",\n                    \"thumbnail\": \"102461245271862\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"Exclusive\",\n                    \"thumbnail\": \"127672420495228\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:45.859Z\"\n        },\n        {\n            \"id\": \"R2EGdnsmLZzByOVU1aYC\",\n            \"name\": \"MEGA Party Dog\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"2010\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:08.289Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"MEGAExclusive\",\n                    \"thumbnail\": \"70663013737015\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"MEGAExclusive\",\n                    \"thumbnail\": \"94334128862697\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"MEGAExclusive\",\n                    \"thumbnail\": \"70663013737015\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:45.324Z\"\n        },\n        {\n            \"id\": \"fjpvJy95EcaJMbOtYyQ4\",\n            \"name\": \"Party Unicorn\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"2006\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:08.013Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"Exclusive\",\n                    \"thumbnail\": \"88251404366565\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"Exclusive\",\n                    \"thumbnail\": \"134878002253688\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"Exclusive\",\n                    \"thumbnail\": \"88251404366565\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:44.736Z\"\n        },\n        {\n            \"id\": \"2a59QCF9sSKtaRviL3vj\",\n            \"name\": \"Lava Lizard\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"46\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:07.661Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"101093106703091\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"91550946972031\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"101093106703091\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:44.025Z\"\n        },\n        {\n            \"id\": \"DMfGtCyT1UcV7b00l5J0\",\n            \"name\": \"Fluffy Cloudy Dog\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"45\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:07.414Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"114048150918537\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"124963739032512\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"114048150918537\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:43.502Z\"\n        },\n        {\n            \"id\": \"UMKb3bNfusjBz7v9SN3n\",\n            \"name\": \"Icy Phoenix\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"44\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:07.152Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"102689600905458\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"108797061935952\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"102689600905458\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:42.963Z\"\n        },\n        {\n            \"id\": \"8SpLtTJ7N6YiFkKWIDJV\",\n            \"name\": \"Earth Cat\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"43\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:06.893Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"115374829197007\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"85553437403930\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"115374829197007\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:42.445Z\"\n        },\n        {\n            \"id\": \"DzSyhQYsOlXkrsdXOz45\",\n            \"name\": \"Fire Fox\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"42\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:06.609Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"136850834892843\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"108459966018029\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"136850834892843\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:41.913Z\"\n        },\n        {\n            \"id\": \"AZS3u8TEEeKaEWpsZXxz\",\n            \"name\": \"Mushroom Bat\",\n            \"description\": \"This is an example description\",\n            \"category\": \"pets\",\n            \"config\": {\n                \"key\": \"41\"\n            },\n            \"createdAt\": \"2025-06-27T22:55:06.345Z\",\n            \"tiers\": [\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"130780424564035\",\n                    \"name\": \"Normal\",\n                    \"tier\": 1\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"125141644010776\",\n                    \"name\": \"Golden\",\n                    \"tier\": 2\n                },\n                {\n                    \"rarity\": \"Rare\",\n                    \"thumbnail\": \"130780424564035\",\n                    \"name\": \"Rainbow\",\n                    \"tier\": 3\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:28:41.399Z\"\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 10,\n        \"hasNextPage\": true,\n        \"nextCursor\": \"AZS3u8TEEeKaEWpsZXxz\"\n    }\n}"}],"_postman_id":"34d356d2-0c7f-4269-bbee-d5126bc85ced"},{"name":"Retrieve Item by ID","id":"ca5c3b0c-0689-42ad-9ee7-2a578046e62a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.pixelated.gg/v1/items/:itemId","description":"<p>Gets a specific item's data in the game.</p>\n","urlObject":{"protocol":"https","path":["v1","items",":itemId"],"host":["api","pixelated","gg"],"query":[],"variable":[{"description":{"content":"<p>This is the ID of the item to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"0Jl8RirAgw1ITiPOddtf","key":"itemId"}]}},"response":[{"id":"188a5a63-99c3-4d3e-889a-305b08cc2c3b","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixelated.gg/v1/items/:itemId","protocol":"https","host":["api","pixelated","gg"],"path":["v1","items",":itemId"],"variable":[{"key":"itemId","value":"0Jl8RirAgw1ITiPOddtf","description":"This is the ID of the item to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"406"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"196-hrpUyQe4dAO0mO0d9VEhAQ4/3F0\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"d9ac4c0c56aecdae4b8b64fd5c895d4d;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"GB"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 27 Jun 2025 23:36:37 GMT"},{"key":"X-Served-By","value":"cache-lcy-eglc8600026-LCY"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1751067398.710815,VS0,VE257"},{"key":"Vary","value":"cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Item with ID '0Jl8RirAgw1ITiPOddtf' retrieved successfully.\",\n    \"data\": {\n        \"id\": \"0Jl8RirAgw1ITiPOddtf\",\n        \"name\": \"Double XP Potion\",\n        \"description\": \"This is an example description\",\n        \"category\": \"potions\",\n        \"config\": {\n            \"key\": \"DoubleXP\"\n        },\n        \"tiers\": [\n            {\n                \"rarity\": \"Special\",\n                \"thumbnail\": \"139159923852043\",\n                \"name\": \"I\",\n                \"tier\": 1\n            }\n        ],\n        \"createdAt\": \"2025-06-27T23:21:49.298Z\",\n        \"updatedAt\": \"2025-06-27T23:25:49.648Z\"\n    }\n}"},{"id":"c9d45230-d55a-4b0b-ac3b-be680e1c1493","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixelated.gg/v1/items/:itemId","protocol":"https","host":["api","pixelated","gg"],"path":["v1","items",":itemId"],"variable":[{"key":"itemId","value":"InvalidID","description":"This is the ID of the item to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"65"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"max-age=600"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"41-PhdIgiq4zMwG59nxvf9G7Yjh270\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"9093eba95a313034800c4e59eef81288;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 27 Jun 2025 23:37:14 GMT"},{"key":"X-Served-By","value":"cache-lcy-eglc8600026-LCY"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1751067434.815333,VS0,VE242"},{"key":"Vary","value":"x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Item with ID 'InvalidID' not found.\"\n}"}],"_postman_id":"ca5c3b0c-0689-42ad-9ee7-2a578046e62a"}],"id":"1b8caa15-9b2e-4faf-afad-f8de0cdbd583","_postman_id":"1b8caa15-9b2e-4faf-afad-f8de0cdbd583","description":""},{"name":"Analytics","item":[{"name":"RAP","item":[{"name":"Retrieve All Item RAPs","id":"0eaae6a0-4595-4d79-bc2d-6b62a683808e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.pixelated.gg/v1/analytics/rap","description":"<p>Gets all item RAP data in the game.</p>\n","urlObject":{"protocol":"https","path":["v1","analytics","rap"],"host":["api","pixelated","gg"],"query":[{"disabled":true,"description":{"content":"<p>This is the amount of items per page (maximum 250).</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>This is the cursor for pagination.</p>\n","type":"text/plain"},"key":"cursor","value":"0Jl8RirAgw1ITiPOddtf"},{"disabled":true,"description":{"content":"<p>This is the field used for sorting.</p>\n","type":"text/plain"},"key":"sortBy","value":"updatedAt"},{"disabled":true,"description":{"content":"<p>This is the order used for sorting (asc or desc).</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"}],"variable":[]}},"response":[{"id":"af06d8a6-eec7-4eab-8a4d-c5209c98f982","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixelated.gg/v1/analytics/rap","protocol":"https","host":["api","pixelated","gg"],"path":["v1","analytics","rap"],"query":[{"key":"limit","value":"10","description":"This is the amount of items per page (maximum 250).","disabled":true},{"key":"cursor","value":"0Jl8RirAgw1ITiPOddtf","description":"This is the cursor for pagination.","type":"text","disabled":true},{"key":"sortBy","value":"updatedAt","description":"This is the field used for sorting.","type":"text","disabled":true},{"key":"sortOrder","value":"desc","description":"This is the order used for sorting (asc or desc).","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"1446"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"5a6-3oTBPtjBhNj6HPF4G7OL3FAr0Wc\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"aa1f5a791a164588bed4860840900646;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"GB"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 27 Jun 2025 23:37:57 GMT"},{"key":"X-Served-By","value":"cache-lcy-eglc8600026-LCY"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1751067477.349101,VS0,VE253"},{"key":"Vary","value":"cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"RAP analytics retrieved successfully.\",\n    \"data\": [\n        {\n            \"id\": \"zsoJ8csdGAO4tXhQPO8R\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:43.677Z\"\n        },\n        {\n            \"id\": \"gp0ClA93aSV1t4F52C5T\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:43.444Z\"\n        },\n        {\n            \"id\": \"UzuMGnClybOTcnL2KoYr\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:43.162Z\"\n        },\n        {\n            \"id\": \"eh4Y5FmCgqu5YxWxRcyI\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:42.914Z\"\n        },\n        {\n            \"id\": \"cwjR2x8MnWGnN9YhMmzj\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:42.697Z\"\n        },\n        {\n            \"id\": \"Mv4co2wW4SNGcOQSMnns\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:42.443Z\"\n        },\n        {\n            \"id\": \"51WRTyRrI7uLAEKuAGs3\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:42.205Z\"\n        },\n        {\n            \"id\": \"DmDErEvlx4qhI03iB7Et\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:41.955Z\"\n        },\n        {\n            \"id\": \"dIMhmuNY6Wh5UOnP6CU1\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:41.707Z\"\n        },\n        {\n            \"id\": \"fwfxYqpa8YZ8YVLABNFm\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"totalSold\": 0,\n                    \"totalRevenue\": 0,\n                    \"rap\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:41.474Z\"\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 10,\n        \"hasNextPage\": true,\n        \"nextCursor\": \"fwfxYqpa8YZ8YVLABNFm\"\n    }\n}"}],"_postman_id":"0eaae6a0-4595-4d79-bc2d-6b62a683808e"},{"name":"Retrieve Item RAP by ID","id":"94c0cca2-4b1d-4eaa-8169-32f01efe6baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.pixelated.gg/v1/analytics/rap/:itemId","description":"<p>Gets a specific item's RAP data.</p>\n","urlObject":{"protocol":"https","path":["v1","analytics","rap",":itemId"],"host":["api","pixelated","gg"],"query":[],"variable":[{"description":{"content":"<p>This is the ID of the item to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"0Jl8RirAgw1ITiPOddtf","key":"itemId"}]}},"response":[{"id":"ecabcadf-e043-4d59-8bc4-fd72d2cc3bc4","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixelated.gg/v1/analytics/rap/:itemId","protocol":"https","host":["api","pixelated","gg"],"path":["v1","analytics","rap",":itemId"],"variable":[{"key":"itemId","value":"0Jl8RirAgw1ITiPOddtf","description":"This is the ID of the item to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"242"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"f2-O1GmoIiJencYsoKVG5Svw+2t0Vw\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"eea3fa0952ab5d9e79143c644e495a6d;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"GB"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 27 Jun 2025 23:38:21 GMT"},{"key":"X-Served-By","value":"cache-lcy-eglc8600026-LCY"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1751067501.497436,VS0,VE255"},{"key":"Vary","value":"cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"RAP analytics for item with ID '0Jl8RirAgw1ITiPOddtf' retrieved successfully.\",\n    \"data\": {\n        \"id\": \"0Jl8RirAgw1ITiPOddtf\",\n        \"tiers\": [\n            {\n                \"tier\": 1,\n                \"totalSold\": 0,\n                \"totalRevenue\": 0,\n                \"rap\": 0\n            }\n        ],\n        \"updatedAt\": \"2025-06-27T23:21:49.299Z\"\n    }\n}"},{"id":"63d90b51-97c1-492d-8ad2-de2b3f53e5ab","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixelated.gg/v1/analytics/rap/:itemId","protocol":"https","host":["api","pixelated","gg"],"path":["v1","analytics","rap",":itemId"],"variable":[{"key":"itemId","value":"InvalidID","description":"This is the ID of the item to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"83"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"max-age=600"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"53-J62DSe4Cs5jr5B42K0M2ic/ncH0\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"e61917a76fcc526baff878dee8071b52;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 27 Jun 2025 23:38:43 GMT"},{"key":"X-Served-By","value":"cache-lcy-eglc8600026-LCY"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1751067523.425473,VS0,VE239"},{"key":"Vary","value":"x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"RAP analytics for item with ID 'InvalidID' not found.\"\n}"}],"_postman_id":"94c0cca2-4b1d-4eaa-8169-32f01efe6baa"}],"id":"b1558409-6c43-4303-a8ab-158142570eea","_postman_id":"b1558409-6c43-4303-a8ab-158142570eea","description":""},{"name":"Exists","item":[{"name":"Retrieve All Item Exists","id":"360a5f7c-9f9a-44d6-b511-7a92fd05448f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.pixelated.gg/v1/analytics/exists","description":"<p>Gets all the item exists counts in the game.</p>\n","urlObject":{"protocol":"https","path":["v1","analytics","exists"],"host":["api","pixelated","gg"],"query":[{"disabled":true,"description":{"content":"<p>This is the amount of items per page (maximum 250).</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>This is the cursor for pagination.</p>\n","type":"text/plain"},"key":"cursor","value":"0Jl8RirAgw1ITiPOddtf"},{"disabled":true,"description":{"content":"<p>This is the field used for sorting.</p>\n","type":"text/plain"},"key":"sortBy","value":"updatedAt"},{"disabled":true,"description":{"content":"<p>This is the order used for sorting (asc or desc).</p>\n","type":"text/plain"},"key":"sortOrder","value":"asc"}],"variable":[]}},"response":[{"id":"fbd784b1-a698-4f01-8cd4-8fb3cd4e18fc","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixelated.gg/v1/analytics/exists","protocol":"https","host":["api","pixelated","gg"],"path":["v1","analytics","exists"],"query":[{"key":"limit","value":"10","description":"This is the amount of items per page (maximum 250).","disabled":true},{"key":"cursor","value":"0Jl8RirAgw1ITiPOddtf","description":"This is the cursor for pagination.","type":"text","disabled":true},{"key":"sortBy","value":"updatedAt","description":"This is the field used for sorting.","type":"text","disabled":true},{"key":"sortOrder","value":"asc","description":"This is the order used for sorting (asc or desc).","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"1169"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"491-wmN85VR6ZPeNyU9mcdauiis1oDY\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"a747a775a8c8c756e3a278f82310e3aa;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"GB"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 27 Jun 2025 23:39:10 GMT"},{"key":"X-Served-By","value":"cache-lcy-eglc8600026-LCY"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1751067550.007319,VS0,VE240"},{"key":"Vary","value":"cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Exists analytics retrieved successfully.\",\n    \"data\": [\n        {\n            \"id\": \"zsoJ8csdGAO4tXhQPO8R\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:43.678Z\"\n        },\n        {\n            \"id\": \"gp0ClA93aSV1t4F52C5T\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:43.444Z\"\n        },\n        {\n            \"id\": \"UzuMGnClybOTcnL2KoYr\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:43.162Z\"\n        },\n        {\n            \"id\": \"eh4Y5FmCgqu5YxWxRcyI\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:42.915Z\"\n        },\n        {\n            \"id\": \"cwjR2x8MnWGnN9YhMmzj\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:42.697Z\"\n        },\n        {\n            \"id\": \"Mv4co2wW4SNGcOQSMnns\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:42.443Z\"\n        },\n        {\n            \"id\": \"51WRTyRrI7uLAEKuAGs3\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:42.205Z\"\n        },\n        {\n            \"id\": \"DmDErEvlx4qhI03iB7Et\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:41.955Z\"\n        },\n        {\n            \"id\": \"dIMhmuNY6Wh5UOnP6CU1\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:41.708Z\"\n        },\n        {\n            \"id\": \"fwfxYqpa8YZ8YVLABNFm\",\n            \"tiers\": [\n                {\n                    \"tier\": 1,\n                    \"exists\": 0\n                }\n            ],\n            \"updatedAt\": \"2025-06-27T23:23:41.474Z\"\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 10,\n        \"hasNextPage\": true,\n        \"nextCursor\": \"fwfxYqpa8YZ8YVLABNFm\"\n    }\n}"}],"_postman_id":"360a5f7c-9f9a-44d6-b511-7a92fd05448f"},{"name":"Retrieve Item Exists by ID","id":"9437749d-04fa-4e1b-8211-7b3985955fba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.pixelated.gg/v1/analytics/exists/:itemId","description":"<p>Gets a specific item exists count.</p>\n","urlObject":{"protocol":"https","path":["v1","analytics","exists",":itemId"],"host":["api","pixelated","gg"],"query":[],"variable":[{"description":{"content":"<p>This is the ID of the item to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"0Jl8RirAgw1ITiPOddtf","key":"itemId"}]}},"response":[{"id":"987e1bec-8ef8-489d-8051-da114d8d74a6","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixelated.gg/v1/analytics/exists/:itemId","protocol":"https","host":["api","pixelated","gg"],"path":["v1","analytics","exists",":itemId"],"variable":[{"key":"itemId","value":"0Jl8RirAgw1ITiPOddtf","description":"This is the ID of the item to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"177"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"b1-4rv0y5SgRnJPe+LAUMy4oehuues\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"747f9e9548948c0ece89a40349cfdde2;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"GB"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 27 Jun 2025 23:39:38 GMT"},{"key":"X-Served-By","value":"cache-lcy-eglc8600026-LCY"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1751067579.611750,VS0,VE223"},{"key":"Vary","value":"cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Exists analytics retrieved successfully.\",\n    \"data\": {\n        \"id\": \"0Jl8RirAgw1ITiPOddtf\",\n        \"tiers\": [\n            {\n                \"tier\": 1,\n                \"exists\": 0\n            }\n        ],\n        \"updatedAt\": \"2025-06-27T23:21:49.299Z\"\n    }\n}"},{"id":"9f3c9d63-f54c-4daa-a78a-980e7aa02bd5","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixelated.gg/v1/analytics/exists/:itemId","protocol":"https","host":["api","pixelated","gg"],"path":["v1","analytics","exists",":itemId"],"variable":[{"key":"itemId","value":"InvalidID","description":"This is the ID of the item to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"86"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"max-age=600"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"56-KMPD1qcNFDcWM7qf2oTVUHbJInQ\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"02110334cca0c406680617fa548cd4e1;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 27 Jun 2025 23:40:00 GMT"},{"key":"X-Served-By","value":"cache-lcy-eglc8600026-LCY"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1751067600.379120,VS0,VE445"},{"key":"Vary","value":"x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Exists analytics for item with ID 'InvalidID' not found.\"\n}"}],"_postman_id":"9437749d-04fa-4e1b-8211-7b3985955fba"}],"id":"654b3455-563a-4c70-8280-12bfcaa0608e","_postman_id":"654b3455-563a-4c70-8280-12bfcaa0608e","description":""}],"id":"a48d06a9-af2e-471c-b345-5693c7ffe41d","_postman_id":"a48d06a9-af2e-471c-b345-5693c7ffe41d","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"f743417d-cf8b-4f43-aa69-a1297791bd54"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"0ca2c8a5-8bb3-4162-bfa9-322aed7c1d11"}}],"variable":[{"key":"collection_id","value":"pets","type":"default"},{"key":"item_id","value":"1","type":"default"},{"key":"rap_id","value":"pets_1","type":"default"},{"key":"exists_id","value":"pets-1-1","type":"default"},{"key":"clan_id","value":"TEST","type":"default"},{"key":"member_id","value":"638213612783612736","type":"default"}]}