{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Search API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search APIs", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/search/apis", "params": [ { "name": "query", "value": "", "type": "query", "description": "Search query string to match against API names and descriptions" }, { "name": "category", "value": "", "type": "query", "description": "Filter results by category slug" }, { "name": "collection", "value": "", "type": "query", "description": "Filter results by collection identifier" }, { "name": "type", "value": "", "type": "query", "description": "Filter by API type" }, { "name": "verified", "value": "", "type": "query", "description": "Filter to only show verified APIs" }, { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return" } ] }, "docs": "Searches the RapidAPI marketplace for APIs matching the provided query string. Supports filtering by category, collection, API type, and verification status. Returns paginated results with API summaries." } ] } ], "bundled": true }