{ "opencollection": "1.0.0", "info": { "name": "CurseForge Core Categories Fingerprints API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Fingerprints", "type": "folder" }, "items": [ { "info": { "name": "Get Fingerprints Matches By Game Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.curseforge.com/v1/fingerprints/:gameId", "params": [ { "name": "gameId", "value": "", "type": "path", "description": "The game id for matching fingerprints" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get mod files that match a list of fingerprints for a given game id." }, { "info": { "name": "Get Fingerprints Matches", "type": "http" }, "http": { "method": "POST", "url": "https://api.curseforge.com/v1/fingerprints", "body": { "type": "json", "data": "{}" } }, "docs": "Get mod files that match a list of fingerprints." }, { "info": { "name": "Get Fingerprints Fuzzy Matches By Game Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.curseforge.com/v1/fingerprints/fuzzy/:gameId", "params": [ { "name": "gameId", "value": "", "type": "path", "description": "The game id for matching fingerprints" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get mod files that match a list of fingerprints using fuzzy matching." }, { "info": { "name": "Get Fingerprints Fuzzy Matches", "type": "http" }, "http": { "method": "POST", "url": "https://api.curseforge.com/v1/fingerprints/fuzzy", "body": { "type": "json", "data": "{}" } }, "docs": "Get mod files that match a list of fingerprints using fuzzy matching." } ] } ], "bundled": true }