-
Notifications
You must be signed in to change notification settings - Fork 10
API
Manuel Strehl edited this page Jul 14, 2013
·
11 revisions
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.