{
"count": 30,
"trends": [
{
"name": "#BBNaija",
"query": "%23BBNaija",
"rank": 1
},
{
"name": "#الصكه_يبيلها_كنتاكي",
"query": "%23%D8%A7%D9%84%D8%B5%D9%83%D9%87_%D9%8A%D8%A8%D9%8A%D9%84%D9%87%D8%A7_%D9%83%D9%86%D8%AA%D8%A7%D9%83%D9%8A",
"rank": 2
},
{
"name": "#د_توثᅠ",
"query": "%23%D8%AF_%D8%AA%D9%88%D8%AB%E1%85%A0",
"rank": 3
},
{
"name": "#FileninSultanları",
"query": "%23FileninSultanlar%C4%B1",
"rank": 4
},
{
"name": "#kapsamlıterörsüztürkiye",
"query": "%23kapsaml%C4%B1ter%C3%B6rs%C3%BCzt%C3%BCrkiye",
"rank": 5
},
{
"name": "Martins",
"query": "Martins",
"rank": 6
},
{
"name": "Temi",
"query": "Temi",
"rank": 7
},
{
"name": "YOUR THIRD SERIES EP1",
"query": "%22YOUR+THIRD+SERIES+EP1%22",
"rank": 8
},
{
"name": "Van der Poel",
"query": "%22Van+der+Poel%22",
"rank": 9
},
{
"name": "Tram",
"query": "Tram",
"rank": 10
},
{
"name": "Ebuka",
"query": "Ebuka",
"rank": 11
},
{
"name": "Lando",
"query": "Lando",
"rank": 12
},
{
"name": "Oscar",
"query": "Oscar",
"rank": 13
},
{
"name": "WONYOUNG AT MLB",
"query": "%22WONYOUNG+AT+MLB%22",
"rank": 14
},
{
"name": "Mirabai Chanu",
"query": "%22Mirabai+Chanu%22",
"rank": 15
},
{
"name": "Sainz",
"query": "Sainz",
"rank": 16
},
{
"name": "Montmartre",
"query": "Montmartre",
"rank": 17
},
{
"name": "मीराबाई चानू",
"query": "%22%E0%A4%AE%E0%A5%80%E0%A4%B0%E0%A4%BE%E0%A4%AC%E0%A4%BE%E0%A4%88+%E0%A4%9A%E0%A4%BE%E0%A4%A8%E0%A5%82%22",
"rank": 18
},
{
"name": "Show Ya Sef",
"query": "%22Show+Ya+Sef%22",
"rank": 19
},
{
"name": "Barcola",
"query": "Barcola",
"rank": 20
},
{
"name": "Lewis",
"query": "Lewis",
"rank": 21
},
{
"name": "Hamilton",
"query": "Hamilton",
"rank": 22
},
{
"name": "Ferrari",
"query": "Ferrari",
"rank": 23
},
{
"name": "マチュー",
"query": "%E3%83%9E%E3%83%81%E3%83%A5%E3%83%BC",
"rank": 24
},
{
"name": "Bruno Rodrigues",
"query": "%22Bruno+Rodrigues%22",
"rank": 25
},
{
"name": "Abdul Ballout",
"query": "%22Abdul+Ballout%22",
"rank": 26
},
{
"name": "Piastri",
"query": "Piastri",
"rank": 27
},
{
"name": "MVDP",
"query": "MVDP",
"rank": 28
},
{
"name": "Taillon",
"query": "Taillon",
"rank": 29
},
{
"name": "EMBPFK FEEL THE FUN TOGETHER",
"query": "%22EMBPFK+FEEL+THE+FUN+TOGETHER%22",
"rank": 30
}
],
"woeid": 1
}
curl --location --request GET 'https://zylalabs.com/api/13440/xquik+x+mcp+server/29384/get+trending+hashtags+and+topics+from+x+by+region?woeid=1&count=30' --header 'Authorization: Bearer YOUR_API_KEY'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Xquik X MCP Server simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
Search X posts, profiles, followers, trends, communities, lists, and conversations. Use 128 REST operations, MCP, structured JSON, webhooks, and exports. Not affiliated with X Corp.
Each endpoint returns structured JSON data relevant to X posts, profiles, interactions, and trends. For example, the "Get tweet with full text" endpoint provides tweet content, author details, metrics, and media associated with the tweet.
Key fields vary by endpoint but generally include tweet ID, author information, metrics (like retweets and likes), media URLs, and user profile details. For instance, the "List users who retweeted a tweet" endpoint returns user IDs and profile information.
Parameters vary by endpoint and may include tweet IDs, user IDs, keywords, and community IDs. For example, the "Search tweets by query" endpoint allows users to specify a search term or date range to refine results.
Response data is organized in a structured JSON format, typically containing arrays of objects. Each object represents an individual tweet, user, or trend, with fields clearly defined for easy access. For example, the "Get full conversation thread" endpoint returns a list of tweets in a conversation.
The data is sourced from publicly available information on X, including tweets, user profiles, and community interactions. The API aggregates this data to provide insights and interactions without direct affiliation with X Corp.
Typical use cases include analyzing social media trends, monitoring user engagement, and retrieving specific tweets or user interactions. For instance, businesses may use the "Get trending hashtags" endpoint to identify popular topics for marketing strategies.
Users can customize requests by utilizing various parameters such as keywords, user IDs, and date ranges. For example, the "Search tweets within an X Community" endpoint allows users to specify a Community ID and keyword to filter results effectively.
If results are incomplete, the API may return specific error codes like 424 for unavailable data. Users should implement error handling to manage these scenarios, such as using broader queries or checking for additional pages of results when necessary.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund