Verdaccio · Schema

Verdaccio Search Results

Response schema for the Verdaccio npm v1 search endpoint (GET /-/v1/search).

npmRegistryPackage Managerprivate-registryProxyNode.jsOpen-SourceSelf-HostedYARNpnpmDockerKubernetes

Properties

Name Type Description
objects array List of matching packages
total integer Total number of results returned (after access-control filtering)
time string UTC timestamp string when the search was executed
View JSON Schema on GitHub

JSON Schema

verdaccio-search-results-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verdaccio/main/json-schema/verdaccio-search-results-schema.json",
  "title": "Verdaccio Search Results",
  "description": "Response schema for the Verdaccio npm v1 search endpoint (GET /-/v1/search).",
  "type": "object",
  "properties": {
    "objects": {
      "type": "array",
      "description": "List of matching packages",
      "items": {
        "type": "object",
        "properties": {
          "package": {
            "type": "object",
            "description": "Package metadata",
            "properties": {
              "name": {
                "type": "string",
                "description": "Package name",
                "example": "lodash"
              },
              "version": {
                "type": "string",
                "description": "Latest version",
                "example": "4.17.21"
              },
              "description": {
                "type": "string",
                "description": "Package description"
              },
              "keywords": {
                "type": "array",
                "items": { "type": "string" }
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "description": "Date of the latest publish"
              },
              "author": {
                "type": "object",
                "properties": {
                  "name": { "type": "string" },
                  "email": { "type": "string" }
                }
              },
              "links": {
                "type": "object",
                "properties": {
                  "npm": { "type": "string", "format": "uri" },
                  "homepage": { "type": "string", "format": "uri" },
                  "repository": { "type": "string", "format": "uri" },
                  "bugs": { "type": "string", "format": "uri" }
                }
              }
            },
            "required": ["name", "version"]
          },
          "score": {
            "type": "object",
            "description": "Relevance scores",
            "properties": {
              "final": { "type": "number", "format": "float" },
              "detail": {
                "type": "object",
                "properties": {
                  "quality": { "type": "number" },
                  "popularity": { "type": "number" },
                  "maintenance": { "type": "number" }
                }
              }
            }
          },
          "searchScore": {
            "type": "number",
            "format": "float",
            "description": "Raw search relevance score"
          }
        },
        "required": ["package"]
      }
    },
    "total": {
      "type": "integer",
      "description": "Total number of results returned (after access-control filtering)",
      "example": 42
    },
    "time": {
      "type": "string",
      "description": "UTC timestamp string when the search was executed",
      "example": "Sun Jul 25 2021 14:09:11 GMT+0000 (Coordinated Universal Time)"
    }
  },
  "required": ["objects", "total", "time"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/verdaccio-search-results"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.