{ "opencollection": "1.0.0", "info": { "name": "Phrase Strings API Reference Accounts Quality performance score API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Quality performance score", "type": "folder" }, "items": [ { "info": { "name": "Get Translation Quality", "type": "http" }, "http": { "method": "POST", "url": "https://api.phrase.com/v2/projects/:project_id/quality_performance_score", "headers": [ { "name": "X-PhraseApp-OTP", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the quality scores for your Strings translations. Returns a score, measured by Phrase QPS" } ] } ], "bundled": true }