---
title: "Get Trending Containers"
method: GET
path: "/v4/livecomments/{section_uuid}/trending"
tags: ["CommentStats"]
---

# Get Trending Containers

`GET /v4/livecomments/{section_uuid}/trending`

Lists trending containers based on criteria defined in the params below.

## Path parameters

- `section_uuid` string, uuid, required

## Query parameters

- `limit` integer, required
- `content_container_window_days` integer
- `content_window_hours` integer, required
- `sorted_by` 'total_visible_contents', required
- `date_time` string

## Response `200`

OK

- TrendingContentContainerList
  - `sorted_by` string
  - `trending` TrendingContentContainer[]
    - `section_uuid` string, uuid
    - `container_id` string
    - `content_container_uuid` string, uuid
    - `origin_title` string — Title of the location where the content was created
    - `origin_summary` string — Short description about the location where the content was created
    - `origin_url` string — Location where the content was created
    - `origin_image_url` string — Location of the icon or thumbnail representing the origin
    - `origin_image_alt` string — Text description of the origin_image_url
    - `total_visible_contents` integer — total visible contents added to the content container within the trending window
    - `engagement_velocity` number, float — calculation involving engagement actions per second within the trending window
    - `container_title` string
    - `start_date` integer
    - `end_date` integer
    - `is_live` boolean
    - `recent_reviews` integer
    - `date_published` integer

## Other responses

- `400` — BadRequest

---

[API](https://skmtc.net/viafoura/apis/engagement-api.md) · [All operations](https://skmtc.net/viafoura/apis/engagement-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/viafoura/engagement-api/versions/ea12eb6ecdc1/schema)
