Art & Design · head-to-head
EmojiHub vs Lordicon
EmojiHub serves a database of 1,791 emoji sorted into categories and groups as plain JSON, with both the unicode character and an HTML code ready to embed for each entry. A live GET against the current gateway, emojihub.yurace.pro (the community-maintained successor to the original Heroku-hosted host named in its docs), returned genuine data with no key required and Access-Control-Allow-Origin: *, reconfirming both auth None and cors yes.
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.
| EmojiHub | Lordicon | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | freemium |
| Formats | JSON | JSON, SVG |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
Lordicon supports 2 response formats, while EmojiHub offers fewer — pick Lordicon for more integration flexibility.