Path Parameters
Grapheme to inspect. Should be url-encoded (except when using the Swagger UI).
"v"
"ń"
"%F0%9F%98%B5"
Response
Successful Response
The rating of a name/label/grapheme based on multiple conducted checks.
pass: All checks passed.warn: At least one check failed with aWARNstatus but no check failed with anALERTstatus.alert: At least one check failed with anALERTstatus.
2, 3, 4 3
The number of checks that have a status of alert or warn.
2
The check considered to be the highest risk. If no check has a status of alert or warn, this field is null.
The result of a conducted check.
The ENSIP-15 normalization status of a grapheme.
This check does not consider the context of the grapheme and is not equivalent to ens_normalize(grapheme).
A normalized grapheme can be combined with other normalized graphemes to form an unnormalized label.
The position of a grapheme in a label can also affect the normalization status of the label.
normalized: The grapheme is normalized.unnormalized: The grapheme is not normalized.
normalized, unnormalized The analyzed grapheme.
"v"
The name of the grapheme.
"Latin Small Letter V"
The type of the grapheme. If all characters in the grapheme have the same type, that type is returned. Otherwise, special is returned.
simple_letter-[a-z]simple_number-[0-9]other_letter- a letter (single-char grapheme) in any script that is not simple;LCclass http://www.unicode.org/reports/tr44/#GC_Values_Tableother_number- a digit (single-char grapheme) in any script that is not simple;Nclass http://www.unicode.org/reports/tr44/#GC_Values_Tablehyphen- a hyphendollarsign- a dollar signunderscore- an underscoreemoji- an emoji or emoji ZWJ sequenceinvisible- zero width joiner or non-joinerspecial- for any grapheme that doesn't match one of the other classifications or if characters have different types
"simple_letter"
Script name of the grapheme computed from the script names of its characters.
"Latin"
Description of the grapheme type.
"A-Z letter"
A list of checks that were performed on the grapheme.
Link to an external page with information about the grapheme.
nullfor multi-character graphemes
"https://unicodeplus.com/U+0076"
A list graphemes that can be confused with the analyzed grapheme. The list does not contain the analyzed grapheme. A canonical form of the grapheme is the first element of the list, if it is known. Otherwise, the first element is a different confusable.
A grapheme that is the canonical form of the analyzed grapheme.
nullif the canonical form is not known- does not imply that the canonical grapheme/label/name is normalized
"v"
A human-readable title based on the rating.
A human-readable subtitle based on the rating.
The name of the webpage that grapheme_link links to.
- "No link is available" if
grapheme_linkisnull
The codepoints of the grapheme in the format U+XXXX. Some graphemes may have multiple codepoints.