NuGet · Rate Limits

Nuget Rate Limits

nuget.org does not publish numeric rate limits for the V3 HTTP API. Reads (PackageBaseAddress, RegistrationsBaseUrl, SearchQueryService) are CDN-fronted via api.nuget.org and tolerate normal client traffic; abusive or scraping traffic is throttled per-IP at the edge. The official client retries up to three times on 5xx responses. Authenticated push operations use X-NuGet-ApiKey and are throttled at the application layer.

Nuget Rate Limits is the machine-readable rate-limit profile for NuGet on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions, measuring varies.

The profile also includes 4 backoff/retry policies defined and response codes documented for throttled, serviceUnavailable, and conflict.

Tagged areas include Package Management, .NET, Packages, Registry, and Rate Limiting.

2 Limits Throttle: 429
Package Management.NETPackagesRegistryRate Limiting

Limits

nuget.org public reads IP
varies
not numerically published; CDN-throttled per-IP
Authenticated push api-key
varies
not numerically published; abuse-throttled at the application layer

Policies

Client retry behavior
The official NuGet client retries up to three times on 500-level status codes or TCP/DNS errors. Recommended for third-party clients: exponential backoff with jitter on 429/503.
Redirects
GET responses may return 301/302; clients must follow Location headers and re-issue the GET.
Authentication scope
Only the PackagePublish resource requires authentication via X-NuGet-ApiKey. All other V3 resources on nuget.org accept anonymous requests.
Bulk indexing
Use the Catalog resource (commit-driven page log) rather than scraping search to mirror the registry; this is the supported pattern for full ingestion.

Sources

Work with this as data

Every rate limit 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 rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit 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 rate limit
curl "https://apis.io/api/v1/rate-limits/nuget-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?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.