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

# Get global Twitch chat badges

`GET /twitch/badges/global`

Returns Twitch's global chat badge sets. The API key owner must have a linked Twitch connection. Requires the connections.twitch permission.

## Response `200`

Global Twitch chat badge sets.

- TwitchGlobalBadges — Global Twitch chat badges.
  - `badges` TwitchBadgeSet[], required — Global 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

- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.

---

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