Verdaccio · Example Payload

Verdaccio Search Results Example

npmRegistryPackage Managerprivate-registryProxyNode.jsOpen-SourceSelf-HostedYARNpnpmDockerKubernetes

Verdaccio Search Results Example is an example object payload from Verdaccio, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

objectstotaltime

Example Payload

Raw ↑
{
  "objects": [
    {
      "package": {
        "name": "my-package",
        "version": "1.0.0",
        "description": "A sample package published to a Verdaccio private registry",
        "keywords": ["sample", "verdaccio", "npm"],
        "date": "2024-01-15T10:30:00.000Z",
        "author": {
          "name": "Alice Dev",
          "email": "alice@example.com"
        },
        "links": {
          "npm": "http://localhost:4873/my-package",
          "homepage": "https://github.com/example/my-package#readme",
          "repository": "https://github.com/example/my-package",
          "bugs": "https://github.com/example/my-package/issues"
        }
      },
      "score": {
        "final": 0.6847,
        "detail": {
          "quality": 0.7124,
          "popularity": 0.1053,
          "maintenance": 0.9954
        }
      },
      "searchScore": 0.00018823688
    }
  ],
  "total": 1,
  "time": "Mon Jan 15 2024 10:35:22 GMT+0000 (Coordinated Universal Time)"
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/verdaccio-search-results-example"
All examples
curl "https://apis.io/api/v1/examples?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.