x-trends
Installation
SKILL.md
X Trending Topics
Get trending hashtags and topics from X by country or globally. Read-only.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /trends | Current trending topics | Read tier |
| GET /trends?country= | Country-scoped trends | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
Quick reference
GET /trends?country=US
-> { trends: [{ name, url, volume, context }] }