---
title: "Gets badge information by the badge Id."
method: GET
path: "/v1/badges/{badgeId}"
tags: ["Badges"]
---

# Gets badge information by the badge Id.

`GET /v1/badges/{badgeId}`

## Path parameters

- `badgeId` integer, required

## Response `200`

OK

- RobloxBadgesApiBadgeResponse — A response containing badge information.
  - `id` integer — The badge Id.
  - `name` string — The name of the badge.
  - `description` string — The badge description.
  - `displayName` string — The localized name of the badge.
  - `displayDescription` string — The localized badge description.
  - `enabled` boolean — Whether or not the badge is enabled.
  - `iconImageId` integer — The badge icon asset Id.
  - `displayIconImageId` integer — The localized badge icon asset Id.
  - `created` string, date-time — When the badge was created.
  - `updated` string, date-time — When the badge was updated.
  - `statistics` RobloxWebResponsesBadgesBadgeAwardStatisticsResponse
    - `pastDayAwardedCount` integer
    - `awardedCount` integer
    - `winRatePercentage` number, double
  - `awardingUniverse` RobloxBadgesApiUniverseResponse — A response containing universe information.
    - `id` integer — The universe Id.
    - `name` string — The universe name.
    - `rootPlaceId` integer — The description of the universe.

## Other responses

- `404` — 1: Badge is invalid or does not exist. 3: The game is invalid or does not exist.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
