Saved Media

Get favorite meme

Retrieves a specific favorite meme by ID.

get/users/@me/memes/{meme_id}

Path parameters

string snowflake required
OR
integer required

The ID of the favorite meme

Response

Success

idstring snowflake required
user_idstring snowflake required
namestring required

Display name of the meme

alt_textstring nullable

Alternative text description for accessibility

tagsstring[] required

Tags for categorizing and searching the meme

attachment_idstring snowflake required
filenamestring required

Original filename of the meme

content_typestring required

MIME type of the meme file

content_hashstring nullable

Hash of the file content for deduplication

sizeinteger required
widthinteger nullable

Width of the image or video in pixels

heightinteger nullable

Height of the image or video in pixels

durationnumber nullable

Duration of the video in seconds

urlstring required

CDN URL to access the meme

is_gifvboolean required

Whether the meme is a video converted from GIF

gif_slugstring nullable

Provider-issued slug for the GIF this meme was sourced from, if any

gif_providerstring nullable

Stable name of the GIF provider that issued gif_slug, if any. Legacy records may contain older provider names.

mediaobject nullable

Provider-issued format-name → media descriptor map for gif-sourced memes (mirrors GifResponse.media). Null on memes uploaded as plain attachments.

placeholderstring nullable

Compact thumbhash placeholder produced by the media proxy at favorite-time. Clients render it as a low-res preview while the full media loads. Null when the proxy did not emit one.

Changes