Hub Creatore
Dashboard
Impara
Negozio
Talento
Forum
Tabella di marcia
Accedi
Creazione
Panoramica
Esperienze
Avatar
Risorse
Open Cloud
Roblox Studio ha aumentato i requisiti minimi delle specifiche.
Scopri di più
Creazione
/
Open Cloud
/
All legacy APIs
Italiano
Feedback
Badges v1
URL di base
https://badges.roblox.com
JSON
Scarica
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.
Modelli
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