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