Important
This repository has been archived since we have moved to be inside the ucdjs/ucd repository.
This is done to iterate faster, so for tracking the newest progress, take a look at ucdjs/ucd#proxy
A proxy that sits between you and your Unicode data files.
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.ucdjs.dev
Retrieve the raw contents of a specific file:
curl https://unicode-proxy.ucdjs.dev/path/to/file
Note
If the requested path is a directory, a JSON listing is provided. Otherwise, you'll receive the raw file contents.