# Retrieve badge rankings by domain Generates a list of domains ordered by largest badge collection Endpoint: GET /badges/rankings/domains Version: 1.0.0 ## Path parameters: - `count` (number) The number of rankings to retrieve - `communityOnly` (boolean) Include only community sponsored badges - `badge` (string, required) The specific badge code to retrieve rankings for ## Response 200 fields (application/json): - `domain` (string) Example: "matt.crypto" - `rank` (number) Example: 1 - `count` (number) Example: 100