Search for libraries in the Context7 database. Returns up to 50 matching libraries with metadata.
cURL
curl --request GET \ --url https://context7.com/api/v1/search
{ "results": [ { "id": "/vercel/next.js", "title": "Next.js", "description": "The React Framework", "branch": "canary", "lastUpdateDate": "2025-07-27T06:56:26.691Z", "state": "finalized", "totalTokens": 607822, "totalSnippets": 3629, "totalPages": 1156, "stars": 131745, "trustScore": 10, "versions": [ "v14.3.0-canary.87", "v13.5.11", "v15.1.8", "v15.4.0-canary.82", "v12.3.7", "v11.1.3" ] } ], "metadata": { "authentication": "paid" } }
Library name to search for
Successful search with up to 50 matching libraries
Search results with library metadata
Array of matching libraries (up to 50 results)
Show child attributes