v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
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

domainstring
ranknumber
countnumber

Example response

[
  {
    "domain": "matt.crypto",
    "rank": 1,
    "count": 100
  }
]