Skip to content
Manuel Strehl edited this page Jul 14, 2013 · 11 revisions

The Codepoints API

The API of Codepoints.net can be reached at

http://codepoints.net/api/v1/

It is a REST API giving access to Unicode data. Mostly, JSON will be returned. In the case of an error the API adheres to the Problem Details for HTTP APIs draft specification. What this means concretely is detailed on the API-Errors.

The API sends a CORS header to allow true cross-domain requests in newer browsers.

Clone this wiki locally