Unicode Codepoints
A RESTful Interface to Unicode Data, this API gives easy and standardized access to all information from Codepoints.net. The detailed documentation is [available on Github](https://github.com/Boldewyn/Codepoints.net/wiki/API).
Unicode Codepoints endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search /search |
Search for Codepoints. This API exposes the functionality of the main site’s search. |
| GET |
Property /property/{property} |
Show one Property for All Codepoints |
| GET |
Glyph /glyph/{codepoint} |
Request a Sample Glyph |
| GET |
Filter /filter/{data} |
Filter a String, e.g. , by Unicode version or only uppercase letters |
| GET |
Name /name/{codepoint} |
Request a Codepoint’s Name |
| GET |
Codepoint /codepoint/{codepoint} |
show detailed information about a single codepoint. You can specify fields of interest with the “property” parameter: codepoint/1234?property=age,uc,lc |
| GET |
Script /script/{script} |
Information about a Script |
| GET |
Block /block/{block} |
Information about a Unicode block |
| GET |
Transform /transform/{action}/{data} |
Transform a String, e.g. , to upper-case, NFC, NFD, … |
| GET |
Plane /plane/{plane} |
Information about a Unicode plane |
Unicode Codepoints pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|