stats: Get API statistics

API: cdnjs.com:cdnjs
Endpoint: /stats
Response format: application/json
Auth: unknown
Method: GET
Last Status: 200
Latency: 177ms

Description

Returns basic statistics about the CDNJS library collection.

Examples (1)

Get API statistics openapi-spec
curl 'https://api.cdnjs.com/stats'
import requests

resp = requests.get("https://api.cdnjs.com/stats")
data = resp.json()
import zingu_apis

api = zingu_apis.api("cdnjs")
result = api.fetch("stats")

for item in result:
    print(item)
const resp = await fetch("https://api.cdnjs.com/stats");
const data = await resp.json();

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-04-16 03:56:15.767924 200 177ms
2026-04-15 04:15:17.062837 200 191ms
2026-04-14 02:48:08.187919 200 162ms
2026-04-12 12:55:02.992642 200 154ms
2026-04-10 00:58:55.048484 200 456ms
2026-04-09 01:14:48.471751 200 177ms
2026-04-08 07:25:38.995587 200 677ms
2026-04-07 01:47:57.298248 200 157ms
2026-04-06 05:59:59.832771 200 243ms
2026-04-05 02:13:56.431633 200 245ms
2026-04-04 10:03:38.357672 200 385ms
2026-03-23 09:16:11.662706 200 146ms