Badge endpoints
Retrieve badge rankings by domain
Generates a list of domains ordered by largest badge collection
get/badges/rankings/domains
Path parameters
countnumber
The number of rankings to retrieve
communityOnlyboolean
Include only community sponsored badges
badgestring required
The specific badge code to retrieve rankings for
Response
Badge rankings
Example response
[
{
"domain": "matt.crypto",
"rank": 1,
"count": 100
}
]