---
title: "Get sticker source guild"
method: GET
path: "/stickers/{sticker_id}/source"
tags: ["Stickers"]
---

# Get sticker source guild

`GET /stickers/{sticker_id}/source`

Lookup the public presentation of the guild a custom sticker belongs to. Returned when the guild is discoverable or the caller is a member of it. Returns an unknown guild error when the guild is private and the caller is not a member, or when the guild is unavailable.

## Path parameters

- `sticker_id` union, required
  - string, snowflake
  - integer

## Response `200`

Success

- GuildExpressionSourceGuildResponse — Public presentation of the source guild of an expression
  - `id` string, snowflake, required
  - `name` string, required — The name of the source guild
  - `icon` string, nullable, required — The hash of the source guild icon
  - `features` string[], required — The badge feature flags of the source guild, limited to VERIFIED, PARTNERED, and DISCOVERABLE

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `401` — Unauthorized - Authentication is required or the token is invalid
- `403` — Forbidden - You do not have permission to perform this action
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

## Changes

> 20 revisions in range; 2 not diffed.

- **2026-09-18** `dd0ad4ea1c88` — 1 breaking, 1 info
  - the response property `icon` became nullable for the status `200`
  - response property `icon` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-09-15** `e36d9bcd8fbe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluxer/apis/fluxer-api/changes/stickers/:sticker_id/source/get.md)

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc.dev/fluxer/apis/fluxer-api/revisions/55834b33d5d5?raw)
