OBJECT
Tool
The thing it depicts.
Ranked by how strongly each emoji matches, most representative first. The JSON is sorted by codepoint.
Use it
const tool = await fetch("https://emoji.group/tool.json")
.then(r => r.json()); // { emojis: [...], count: 31 }