Available resources
The API exposes two primary resources categories. The 'codepoint' category exposes the resources 'hex' and 'dec' to which a codepoint in hexadecimal or decimal is provided as an item, and json-encoded attributes of the unicode codepoint are returned. The 'chars' resource accepts any string of one or more literal characters (UTF-8 or urlencoded), and returns the json-encoded attributes of each unicode character in the string. An optional attribute 'name' is accepted, then this attribute is used, only the uncode character names are returned.
- .../codepoint/hex/2603 — Attributes for a single character by codepoint in hexadecimal
- .../codepoint/dec/9731 — Attributes for a single character by codepoint in decimal
- .../chars/[any-chars] — Attributes for multiple characters, by literal character (UTF-8 and urlencoded).
- .../chars/[any-chars]/name — A specific attribute for multiple characters, by literal character (UTF-8 and urlencoded).