Art & Design · head-to-head
Lordicon vs Metropolitan Museum of Art
Lordicon is a library of 46,400+ static and animated (Lottie/JSON-based) icons, embeddable via its player script or fetched directly from its CDN with no key required for free use; paid plans unlock the full catalog and commercial licensing. A live GET against the real asset host, cdn.lordicon.com, returned a genuine 404 for a made-up asset ID while carrying Access-Control-Allow-Origin: *, reconfirming both auth None and cors yes — the marketing homepage itself sends a stricter, non-wildcard CORS header, but that isn't the asset-serving endpoint.
The Met's Collection API exposes all 502,000+ objects in its Open Access collection — the same data behind its own site — fully keyless and free, asking only that callers self-throttle to 80 requests per second. A live GET against the real gateway, collectionapi.metmuseum.org, returned genuine object data carrying Access-Control-Allow-Origin: *, correcting cors no -> yes while reconfirming auth None.
| Lordicon | Metropolitan Museum of Art | |
|---|---|---|
| Authentication | None | None |
| Pricing | freemium | free |
| Formats | JSON, SVG | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
Lordicon supports 2 response formats, while Metropolitan Museum of Art offers fewer — pick Lordicon for more integration flexibility.