jsDelivr

Package versions and CDN download stats as JSON

🔧 Developer ToolsUNMONITOREDchecked 1h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Query metadata for any npm or GitHub package served by the jsDelivr CDN, including version lists and resolved dist-tags. A companion stats API reports download counts. No key required.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://data.jsdelivr.com/v1/packages/npm/jquery

{
  "type": "npm",
  "name": "jquery",
  "tags": {
    "latest": "4.0.0",
    "beta": "4.0.0-rc.2"
  },
  "versions": [
    {
      "version": "4.0.0",
      "links": {
        "self": "https://data.jsdelivr.com/v1/packages/npm/jquery@4.0.0"
      }
    }
  ]
}
Call itcurl · fetch · python
curl "https://data.jsdelivr.com/v1/packages/npm/jquery"
const res = await fetch("https://data.jsdelivr.com/v1/packages/npm/jquery");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://data.jsdelivr.com/v1/packages/npm/jquery")
print(res.json())
Endpoints · 5On scheduleFULL DOCS ↗
First rollup pending — GET /packages/npm/jquery has been probed
GET/packages/npm/jqueryPROBED

Package versions and CDN download stats as JSON

GET/packages

Packages — documented GET route.

GET/packages/1

Packages details by ID (example: 1).

GET/packages?limit=10

Packages — documented GET route.

GET/packages/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

jsDelivr: common questions

Is jsDelivr free to use?

Yes — jsDelivr is a free developer tools API. Free tier: Free, no key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does jsDelivr need an API key?

No — jsDelivr needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call jsDelivr from the browser?

Yes — jsDelivr returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is jsDelivr up right now?

As of our last scheduled check, jsDelivr is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.