COLOR
Green
Dominant hue, measured from the artwork. Tagged only when one hue covers 45% of the fill.
Ranked by how strongly each emoji matches, most representative first. The JSON is sorted by codepoint.
Use it
const green = await fetch("https://emoji.group/green.json")
.then(r => r.json()); // { emojis: [...], count: 69 }