Badges
Operations for retrieving badge definitions, details, and tier information
Returns a complete catalog of all badge definitions available in Decentraland.
This endpoint returns badge metadata including:
Badge identifiers, names, and descriptions
Category classification (Explorer, Collector, Creator, Socializer, Builder)
Completion criteria and tier configurations
Asset URLs for badge images (2D and 3D)
Note: This endpoint returns badge definitions only, not user progress. To get user-specific progress, use the /users/{address}/badges endpoint.
Successfully retrieved all badge definitions
Bad request
Internal server error
Returns detailed information about a specific badge by its ID.
This endpoint provides the complete badge definition including:
Badge name, description, and category
Completion criteria (number of steps required)
Tier definitions (if the badge has progressive tiers)
2D and 3D asset URLs for rendering the badge
Example badge IDs: dclcitizen, traveler, fashionista, emote_creator
Unique badge identifier (e.g., 'dclcitizen', 'traveler', 'fashionista')
travelerSuccessfully retrieved badge details
Badge with the specified ID was not found
Returns the tier progression system for a specific badge.
Many badges in Decentraland have progressive tiers that users can unlock by achieving higher milestones:
Starter: Initial tier, easiest to achieve
Bronze: Second tier, moderate difficulty
Silver: Third tier, increasing challenge
Gold: Fourth tier, significant achievement
Platinum: Fifth tier, major accomplishment
Diamond: Sixth tier, highest achievement
Each tier has its own:
Criteria/requirements (e.g., "Visit 50 scenes" for Bronze, "Visit 250 scenes" for Silver)
Unique badge assets and imagery
Tier-specific descriptions
Badges without tiers return an empty array.
Badge identifier
travelerSuccessfully retrieved badge tiers (may be empty for non-tiered badges)
Badge with the specified ID was not found
Last updated