{ "opencollection": "1.0.0", "info": { "name": "Technical Contract for the APIs.io Search API", "version": "0.1.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search APIs", "type": "http" }, "http": { "method": "GET", "url": "https://search-api.apis.io/search/apis", "params": [ { "name": "search", "value": "", "type": "query", "description": "The keyword to search by." }, { "name": "limit", "value": "", "type": "query", "description": "The limit of the results." }, { "name": "page", "value": "", "type": "query", "description": "The page of the results." } ] }, "docs": "Searching across all APIs by keyword or phrase." }, { "info": { "name": "Submit API", "type": "http" }, "http": { "method": "POST", "url": "https://search-api.apis.io/search/apis", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a valid APIs.json to be included in APIs.io." } ] } ], "bundled": true }