---
title: "Reels Trending"
method: GET
path: "/api/reels/trending"
---

# Reels Trending

`GET /api/reels/trending`

Discover trending short videos across platforms, optionally by ``keyword``.

``platform`` is one of ``all`` (default), ``instagram``, ``tiktok`` or
``youtube``. ``date_posted`` (recency) and ``cursor`` (pagination) only apply
to keyword searches; ``cursor`` is a platform-native opaque token and is not
supported for ``platform=all``. ``region`` is a 2-letter country code honoured
by TikTok/YouTube only.

## Query parameters

- `platform` string
- `keyword` string, nullable
- `limit` integer
- `date_posted` string, nullable
- `region` string, nullable
- `cursor` string, nullable
- `refresh` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
