Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

ucdjs/unicode-proxy

Repository files navigation

Unicode Proxy

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.

Usage

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.

Get a Directory Listing

Fetch a JSON listing of files from a directory:

curl https://unicode-proxy.ucdjs.dev

Get a File

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.

Sponsor this project