Inspect Grapheme GET
Inspects a single grapheme.
Path Parameters
Grapheme to inspect. Should be url-encoded (except when using the Swagger UI).
Response
The rating of a name/label/grapheme based on multiple conducted checks.
pass
: All checks passed.warn
: At least one check failed with aWARN
status but no check failed with anALERT
status.alert
: At least one check failed with anALERT
status.
2
, 3
, 4
The number of checks that have a status of alert
or warn
.
The check considered to be the highest risk. If no check has a status of alert
or warn
, this field is null
.
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.
The name of the grapheme.
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;LC
class http://www.unicode.org/reports/tr44/#GC_Values_Tableother_number
- a digit (single-char grapheme) in any script that is not simple;N
class 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
Script name of the grapheme computed from the script names of its characters.
Description of the grapheme type.
A list of checks that were performed on the grapheme.
Link to an external page with information about the grapheme.
null
for multi-character graphemes
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.
null
if the canonical form is not known- does not imply that the canonical grapheme/label/name is normalized
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_link
isnull
The codepoints of the grapheme in the format U+XXXX
. Some graphemes may have multiple codepoints.