{ "opencollection": "1.0.0", "info": { "name": "Gitcoin Core Bounties Model Analysis API", "version": "0.1.0" }, "items": [ { "info": { "name": "Model Analysis", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Passport analysis for an Ethereum address", "type": "http" }, "http": { "method": "GET", "url": "https://gitcoin.co/api/v0.1/v2/models/score/:address", "params": [ { "name": "address", "value": "", "type": "path" }, { "name": "model", "value": "", "type": "query" } ] }, "docs": "Retrieve Passport analysis for an Ethereum address, currently consisting of the ETH activity model humanity score (0-100, higher is more likely human)." } ] } ], "bundled": true }