{ "opencollection": "1.0.0", "info": { "name": "ReadMe Developer Metrics Analytics API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Page Quality Scores", "type": "http" }, "http": { "method": "GET", "url": "https://metrics.readme.io/v1/quality" }, "docs": "Returns quality scores produced by Docs Audit for the project's pages." }, { "info": { "name": "Retrieve Page View Statistics", "type": "http" }, "http": { "method": "GET", "url": "https://metrics.readme.io/v1/pageviews", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] }, "docs": "Retrieve Page View Statistics" }, { "info": { "name": "Retrieve Search Analytics", "type": "http" }, "http": { "method": "GET", "url": "https://metrics.readme.io/v1/search" }, "docs": "Retrieve Search Analytics" } ] } ], "bundled": true }