Libraries
Search public library catalog
Search the public library catalog. Returns ranked libraries matching the query. Use the returned identifier (e.g. vercel/next.js) for downstream libraries.retrieve, libraries.versions, and search.
get/v1/libraries/search
Query parameters
qstring required
Search query (min 2 characters).
limitinteger
Maximum number of results to return (default 20, max 100).
Response
Ranked library matches
Example response
{
"data": [
{
"identifier": "vercel/next.js",
"source": {
"type": "github",
"url": "https://github.com/vercel/next.js"
},
"status": "ready"
}
]
}