Working example:
curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1004E'
{"character":"","name":"<reserved-1004E>","codepoint":"U+1004E","uriEncoded":"%F0%90%81%8E"}
curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1004E?show_props=Basic'
{"character":"","name":"<reserved-1004E>","codepoint":"U+1004E","uriEncoded":"%F0%90%81%8E","block":"Linear B Syllabary","plane":"SMP","age":"2.0","generalCategory":"Unassigned (Cn)","combiningClass":"Not_Reordered (NR)","htmlEntities":["",""]}
Broken example:
curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1FC00'
{"character":"","name":"<reserved-1FC00>","codepoint":"U+1FC00","uriEncoded":"%F0%9F%B0%80"}
curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1FC00?show_props=Basic'
Internal Server Error
Regards Heinrich
Working example:
curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1004E' {"character":"","name":"<reserved-1004E>","codepoint":"U+1004E","uriEncoded":"%F0%90%81%8E"} curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1004E?show_props=Basic' {"character":"","name":"<reserved-1004E>","codepoint":"U+1004E","uriEncoded":"%F0%90%81%8E","block":"Linear B Syllabary","plane":"SMP","age":"2.0","generalCategory":"Unassigned (Cn)","combiningClass":"Not_Reordered (NR)","htmlEntities":["",""]}Broken example:
curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1FC00' {"character":"","name":"<reserved-1FC00>","codepoint":"U+1FC00","uriEncoded":"%F0%9F%B0%80"} curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1FC00?show_props=Basic' Internal Server ErrorRegards Heinrich