---
title: "Get channel-specific Twitch chat badges"
method: GET
path: "/twitch/badges/channel"
tags: ["Twitch"]
---

# Get channel-specific Twitch chat badges

`GET /twitch/badges/channel`

Returns a Twitch channel's chat badge sets. Provide exactly one of the username or id query parameters. The API key owner must have a linked Twitch connection. Requires the connections.twitch permission.

## Query parameters

- `username` string — Channel login name (e.g. ninja). Provide exactly one of username or id.
- `id` string — Broadcaster id (e.g. 123456789). Provide exactly one of username or id.

## Response `200`

Channel-specific Twitch chat badge sets.

- TwitchChannelBadges — Channel-specific Twitch chat badges.
  - `broadcaster_id` string, nullable, required — Resolved broadcaster (channel) id.
  - `broadcaster_name` string, nullable, required — Resolved broadcaster display name or login.
  - `badges` TwitchBadgeSet[], required — Channel-specific Twitch chat badge sets.
    - `set_id` string, required — Badge set identifier (e.g. subscriber, moderator).
    - `versions` TwitchBadgeVersion[], required — Available versions within this badge set.
      - `id` string, required — Badge version id (e.g. tier level or numeric id).
      - `image_url_1x` string, required — Badge image URL at 1x resolution.
      - `image_url_2x` string, required — Badge image URL at 2x resolution.
      - `image_url_4x` string, required — Badge image URL at 4x resolution.
      - `title` string, required — Human-readable badge title.
      - `description` string, required — Human-readable badge description.
      - `click_action` string — Optional click action identifier.
      - `click_url` string — Optional URL opened when the badge is clicked.
  - `timestamp` string, required — Response generation time (ISO 8601).

## Other responses

- `400` — Bad request (invalid body, cursor, limit, or date).
- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.

---

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