{ "opencollection": "1.0.0", "info": { "name": "npm Hooks Downloads Search API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search packages", "type": "http" }, "http": { "method": "GET", "url": "https://registry.npmjs.org/-/v1/search", "params": [ { "name": "text", "value": "", "type": "query", "description": "Full-text search query. Supports special qualifiers such as author:username, maintainer:username, scope:scopename, keywords:keyword, not:unstable, not:insecure, is:unstable, is:insecure, and boost-exact:true." }, { "name": "size", "value": "", "type": "query", "description": "Number of results to return. Maximum value is 250." }, { "name": "from", "value": "", "type": "query", "description": "Offset for pagination, indicating the starting position in the result set." }, { "name": "quality", "value": "", "type": "query", "description": "Weighting for the quality score component of search results, between 0 and 1." }, { "name": "popularity", "value": "", "type": "query", "description": "Weighting for the popularity score component of search results, between 0 and 1." }, { "name": "maintenance", "value": "", "type": "query", "description": "Weighting for the maintenance score component of search results, between 0 and 1." } ] }, "docs": "Performs a full-text search across the npm registry. Results can be weighted by quality, popularity, and maintenance scores. Supports special search qualifiers such as author, maintainer, scope, and keywords filters. Qualifiers like not:unstable, not:insecure, is:unstable, and boost-exact can be included in the text parameter." } ] } ], "bundled": true }