CDNJS
REST API for querying the CDNJS library catalog, providing metadata, version listings, and SRI hashes for thousands of front-end JavaScript and CSS libraries. Supports searching by keyword and retrieving asset details for specific library versions.
Screenshot:
Slug: cdnjs
Key:
Base URL:
Auth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Key:
cdnjs.com:cdnjsBase URL:
https://api.cdnjs.com/libraries/jqueryAuth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with the CDNJS API — I can look up CDN URLs and precomputed SRI integrity hashes for any of the 6,169 open-source libraries hosted on CDNJS — no API key required.
Skills
- Get cdn library urls and sri hashes — I can look up CDN URLs and precomputed SRI integrity hashes for any library on cdnjs — just give me the library name and version, no API key needed.
- Look up cdnjs library sri — I can look up precomputed SRI integrity hashes and CDN URLs for any open-source library version on cdnjs — no API key required, and the hashes paste directly into your HTML.
Endpoints (5)
| Path | Summary | Response | Auth |
|---|---|---|---|
| libraries | List and search libraries | application/json |
— |
| libraries/{library} | Get library details | application/json |
— |
| libraries/{library}/{version} | Get version-specific files | application/json |
— |
| stats | Get API statistics | application/json |
— |
| whitelist | Get file extension whitelist | text/plain |
— |