---
title: "Gets metadata about the badges system."
method: GET
path: "/v1/badges/metadata"
tags: ["Badges", "Metadata"]
---

# Gets metadata about the badges system.

`GET /v1/badges/metadata`

## Response `200`

OK

- RobloxBadgesApiBadgeMetadataResponse — Metadata about badges.
  - `badgeCreationPrice` integer — The cost in Robux for creating a new badge.
  - `maxBadgeNameLength` integer — The max length for a badge name.
  - `maxBadgeDescriptionLength` integer — The max length for a badge description.
  - `defaultBadgeIconImageId` integer — The asset ID of the curated default badge icon used when a badge is created without an uploaded icon file, or `0` when the default badge icon feature is disabled.

---

[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)
