A proxy that sits between you and your favourite mojis!
Unicode Proxy is a lightweight intermediary between your requests and the Unicode website. Depending on the endpoint you hit, you'll either receive a JSON-formatted directory listing or the raw content of a file.
Note
By default, the proxy caches responses for 1 hour.
Fetch a JSON listing of files from a directory:
curl https://unicode-proxy.mojis.dev/proxy
Retrieve the raw contents of a specific file:
curl https://unicode-proxy.mojis.dev/proxy/path/to/file
Note
If the requested path is a directory, a JSON listing is provided. Otherwise, you'll receive the raw file contents.