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