---
title: "Get emoji source guild"
method: GET
path: "/emojis/{emoji_id}/source"
tags: ["Emojis"]
---

# Get emoji source guild

`GET /emojis/{emoji_id}/source`

Lookup the public presentation of the guild a custom emoji 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

- `emoji_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

> 11 revisions in range; 1 not diffed.

- **2026-09-15** `e36d9bcd8fbe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluxer/apis/fluxer-api/changes/emojis/:emoji_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/ff422d03f58a?raw)
