Art & Design · head-to-head
ColourLovers vs EmojiHub
ColourLovers runs a free, keyless REST API behind its color-palette community site, covering colors, palettes, patterns, and user profiles. A live request against /api/palettes returned real palette data over both HTTP and HTTPS, in JSON or XML, with no Access-Control-Allow-Origin header in the response. Results carry the site's Attribution-NonCommercial-ShareAlike license, so reuse needs credit and stays non-commercial.
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.
| ColourLovers | EmojiHub | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, XML | JSON |
| CORS | no | yes |
| HTTPS | Yes | Yes |
EmojiHub supports CORS, while ColourLovers doesn't — pick EmojiHub for direct browser calls.