NuGet · Schema

SearchResult

A search result representing a package, with metadata from the latest version.

Package Management.NETPackagesDependenciesSoftware DistributionRegistry

Properties

Name Type Description
id string The ID of the matched package.
version string The full SemVer 2.0.0 version string of the latest package version.
description string The description of the package.
versions array All versions of the package matching the prerelease parameter.
authors object The author or authors of the package.
iconUrl string The URL to the package icon.
licenseUrl string The URL to the package license.
owners object The owner or owners of the package on the package source.
projectUrl string The URL to the project page.
registration string The absolute URL to the associated registration index.
summary string A summary of the package.
tags object Tags associated with the package.
title string The title of the package.
totalDownloads integer The total number of downloads across all versions.
verified boolean Whether the package is verified via ID prefix reservation.
packageTypes array The package types defined by the package author.
View JSON Schema on GitHub

JSON Schema

nuget-searchresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchResult",
  "title": "SearchResult",
  "type": "object",
  "description": "A search result representing a package, with metadata from the latest version.",
  "required": [
    "id",
    "version",
    "versions",
    "packageTypes"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the matched package."
    },
    "version": {
      "type": "string",
      "description": "The full SemVer 2.0.0 version string of the latest package version."
    },
    "description": {
      "type": "string",
      "description": "The description of the package."
    },
    "versions": {
      "type": "array",
      "description": "All versions of the package matching the prerelease parameter.",
      "items": {
        "$ref": "#/components/schemas/SearchResultVersion"
      }
    },
    "authors": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      ],
      "description": "The author or authors of the package."
    },
    "iconUrl": {
      "type": "string",
      "format": "uri",
      "description": "The URL to the package icon."
    },
    "licenseUrl": {
      "type": "string",
      "format": "uri",
      "description": "The URL to the package license."
    },
    "owners": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      ],
      "description": "The owner or owners of the package on the package source."
    },
    "projectUrl": {
      "type": "string",
      "format": "uri",
      "description": "The URL to the project page."
    },
    "registration": {
      "type": "string",
      "format": "uri",
      "description": "The absolute URL to the associated registration index."
    },
    "summary": {
      "type": "string",
      "description": "A summary of the package."
    },
    "tags": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      ],
      "description": "Tags associated with the package."
    },
    "title": {
      "type": "string",
      "description": "The title of the package."
    },
    "totalDownloads": {
      "type": "integer",
      "description": "The total number of downloads across all versions."
    },
    "verified": {
      "type": "boolean",
      "description": "Whether the package is verified via ID prefix reservation."
    },
    "packageTypes": {
      "type": "array",
      "description": "The package types defined by the package author.",
      "items": {
        "$ref": "#/components/schemas/PackageType"
      }
    }
  }
}

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/nuget-searchresult"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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