SET
Reactions
Hand curated packs: the reaction canon, kid friendly fun, check marks.
Ranked by how strongly each emoji matches, most representative first. The JSON is sorted by codepoint, with the standard set in emojis_default.
Use it
const reactions = await fetch("https://emoji.group/reactions.json")
.then(r => r.json()); // { emojis: [...], count: 53 }