Libraries
Get a single public library by identifier
Bearer API key required. Returns 401 for anonymous callers.
get/v1/libraries/{identifier}
Path parameters
identifierstring required
Library identifier (e.g. vercel/next.js).
Response
Library metadata
Example response
{
"identifier": "vercel/next.js",
"source": {
"type": "github",
"url": "https://github.com/vercel/next.js"
},
"status": "ready"
}