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#api
A RESTful API for accessing Unicode Character Database (UCD) data.
git clone https://github.com/ucdjs/api.ucdjs.dev.git
cd api.ucdjs.dev
pnpm install
pnpm run dev
The API documentation is available at api.ucdjs.dev using Scalar.
The project uses:
- Hono for the web framework
- Cloudflare Workers for deployment
- Vitest for testing
- Scalar for API documentation
Published under MIT License.