Creator Hub
Dashboard
Learn
Store
Talent
Forum
Roadmap
Log In
Create
Overview
Experiences
Avatar
Assets
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
Create
/
Open Cloud
/
All legacy APIs
English
Feedback
Badges v1
Base URL
https://badges.roblox.com
JSON
Download
Badges
GET
/v1
/badges
/{badgeId}
Gets badge information by the badge Id.
PATCH
/v1
/badges
/{badgeId}
Updates badge configuration.
GET
/v1
/badges
/metadata
Gets metadata about the badges system.
GET
/v1
/universes
/{universeId}
/badges
Gets badges by their awarding game.
POST
/v1
/universes
/{universeId}
/badges
Creates a new badge.
GET
/v1
/universes
/{universeId}
/free-badges-quota
Gets the number of free badges left for the current UTC day by their awarding game.
GET
/v1
/users
/{userId}
/badges
Gets a list of badges a user has been awarded.
BadgeAwards
GET
/v1
/users
/{userId}
/badges
/{badgeId}
/awarded-date
Gets timestamp for when a single badge was awarded to a user.
GET
/v1
/users
/{userId}
/badges
/awarded-dates
Gets timestamps for when badges were awarded to a user.
DELETE
/v1
/user
/{userId}
/badges
/{badgeId}
Removes a badge from the user.
DELETE
/v1
/user
/badges
/{badgeId}
Removes a badge from the authenticated user.
Models
Models
Roblox.Badges.Api.BadgeAwardResponse
Roblox.Badges.Api.BadgeCreatorResponse
Roblox.Badges.Api.BadgeMetadataResponse
Roblox.Badges.Api.BadgeResponse
Roblox.Badges.Api.GetBadgesByUserResponse
Roblox.Badges.Api.UniverseResponse
Roblox.Badges.Api.UpdateBadgeRequest
Roblox.Paging.ExclusiveStartKeyCursor[System.String]
Roblox.Web.Responses.Badges.BadgeAwardStatisticsResponse
Roblox.Web.Responses.Badges.BadgeResponseV2
Roblox.Web.Responses.RelatedEntityTypeResponse[Roblox.Platform.Badges.BadgeAwarderType]
Roblox.Web.WebAPI.ApiEmptyResponseModel
Roblox.Web.WebAPI.Models.ApiArrayResponse[Roblox.Badges.Api.BadgeAwardResponse]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Badges.Api.BadgeResponse]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Badges.Api.GetBadgesByUserResponse]
Roblox.Web.WebApi.FormData.IUploadedFile
System.IO.Stream