
CDNJS is a public API providing library info on cdnjs.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://api.cdnjs.com/libraries/jquery | Primary API endpoint. |
curl -X GET "https://api.cdnjs.com/libraries/jquery" \ -H "Accept: application/json"