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