# Tophub — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Track trending topics across China's top social platforms like Weibo, Zhihu, Bilibili, and Hupu by retrieving real-time hot search rankings from a single unified source. Stay ahead of viral trends and discover what's capturing audience attention across multiple Chinese communities at any given moment.

**Category:** Social Media | **Website:** [tophub.today/](https://tophub.today/) | **Docs:** [parse.bot/marketplace/7b610c9c-630a-4691-b571-1107188bb470/tophub-today-api](https://parse.bot/marketplace/7b610c9c-630a-4691-b571-1107188bb470/tophub-today-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-tophub-today-api-7b610c9c/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_hot_list

Returns the full aggregated hot search ranking list from tophub.today. This combines trending topics across all major Chinese platforms (Zhihu, Weibo, Hupu, Douyin, etc.) ranked by composite hot value. Returns approximately 100 items sorted by popularity. No pagination needed as the full list is returned in a single call.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-tophub-today-api-7b610c9c/get_hot_list \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
