{ "opencollection": "1.0.0", "info": { "name": "Crowdin REST API v2 Files SourceStrings API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SourceStrings", "type": "folder" }, "items": [ { "info": { "name": "List source strings", "type": "http" }, "http": { "method": "GET", "url": "https://api.crowdin.com/api/v2/projects/:projectId/strings", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "List source strings" }, { "info": { "name": "Add source string", "type": "http" }, "http": { "method": "POST", "url": "https://api.crowdin.com/api/v2/projects/:projectId/strings", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add source string" }, { "info": { "name": "Get source string", "type": "http" }, "http": { "method": "GET", "url": "https://api.crowdin.com/api/v2/projects/:projectId/strings/:stringId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "stringId", "value": "", "type": "path" } ] }, "docs": "Get source string" }, { "info": { "name": "Delete source string", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.crowdin.com/api/v2/projects/:projectId/strings/:stringId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "stringId", "value": "", "type": "path" } ] }, "docs": "Delete source string" } ] } ], "bundled": true }