We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Template for this request:
http://codepoints.net/api/v1/filter/{data}{?property*}{?callback}
where {data} is an UTF-8 encoded string and {?property} are Unicode properties to filter by. Properties can be negated by appending a ! like this:
{data}
{?property}
!
?age=1.1&gc!=Nd
This request filters the {data} for all codepoints added in Unicode 1.1 and not having the general category (gc) “Decimal Number”.
gc
Properties can appear more than once, but must then have a [] appended:
[]
?age[]=1.1&age[]=2.0&gc![]=Nd&gc![]=No
{?callback} is an optional callback function name to perform a JSON-P request.
{?callback}
The response is a JSON string filtered for codepoints matching the given criteria.