{ "opencollection": "1.0.0", "info": { "name": "STRING REST Utility API", "version": "12.0" }, "items": [ { "info": { "name": "utility", "type": "folder" }, "items": [ { "info": { "name": "Version", "type": "http" }, "http": { "method": "GET", "url": "https://string-db.org/api/:format/version", "params": [ { "name": "format", "value": "", "type": "path", "description": "Output format" }, { "name": "caller_identity", "value": "", "type": "query", "description": "A string identifying your application or organization. Strongly recommended; helps STRING admins contact you if there are issues.\n" } ] }, "docs": "Return the current STRING database version number and stable address URL." }, { "info": { "name": "Get API Key", "type": "http" }, "http": { "method": "POST", "url": "https://string-db.org/api/json/get_api_key", "body": { "type": "form-urlencoded", "data": [ { "name": "caller_identity", "value": "" } ] } }, "docs": "Obtain an API key required for the Values/Ranks Enrichment endpoints. The key is tied to the caller_identity you provide.\n" } ] } ], "bundled": true }