v1

latestOpenAPI 3.0.3MIT2026-07-1751120.4 KB
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

object'list' required
next_cursorstring nullable required
has_moreboolean required

Example response

{
  "data": [
    {
      "identifier": "vercel/next.js",
      "source": {
        "type": "github",
        "url": "https://github.com/vercel/next.js"
      },
      "status": "ready"
    }
  ]
}