Welcome to the Trends API page. This section provides an overview of the features and capabilities of our Trends API.

  • Language: English
  • Purpose: To retrieve current trends and popular topics

Key Features

  • Real-time Data: Access the latest trends as they happen
  • Diverse Categories: Explore a wide range of topics including technology, entertainment, sports, and more
  • Customizable Filters: Filter results based on your specific interests

How to Use

To get started, simply make a GET request to /en/api/data/trends.

Example Request

curl -X GET "https://example.com/en/api/data/trends"

Response Format

The API returns data in JSON format. Here's an example of what the response might look like:

{
  "trends": [
    {
      "topic": "Artificial Intelligence",
      "score": 85,
      "url": "/en/api/data/trends/ai"
    },
    {
      "topic": "Virtual Reality",
      "score": 75,
      "url": "/en/api/data/trends/vr"
    }
  ]
}

Related Links

Artificial Intelligence
Virtual Reality