---
title: "List trending articles for a spot"
method: GET
path: "/trending-articles"
tags: ["trending articles"]
---

# List trending articles for a spot

`GET /trending-articles`

Retrieve the trending article for a Spot ID in a given time period

## Headers

- `x-api-key` string, required
- `x-spot-id` string, required
- `x-count` integer
- `x-interval` 'day' | 'week' | 'month'

## Response `200`

Example response

- object
  - `articles` object[] — Trending articles for the spot within the interval specified the API request header
    - `url` string — URL of the article
    - `title` string — Title or name of the article
    - `thumbnail_url` string — URL for the thumbnail
    - `SpotID` string — Unique OpenWeb identifier for a property
    - `PostID` string — Unique identifier for the post
    - `ArticleTags` string[] — Comma-delimited list of tags associated with the article
    - `ConversationID` string — Unique identifier for the Conversation or thread
    - `TotalCommentCount` integer — Total comment count of the article
    - `TotalReplyCount` integer — Total reply count of the article
    - `IntervalCommentCount` integer — Count of comments added during the requested time interval
    - `IntervalReplayCount` integer — Count of replies added during the requested time interval
    - `ArticleDate` integer — Unix timestamp of the article

---

[API](https://skmtc.dev/openweb/apis/publisher-authentication-api.md) · [All operations](https://skmtc.dev/openweb/apis/publisher-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openweb/publisher-authentication-api/revisions/73ef93486c3c/schema)
