# Get trending tags

Returns a list of currently trending hashtags. Results can be scoped to a specific context (e.g., a group) using the scope parameter. Tags that violate tag policy (blacklist/whitelist) for the scope are filtered out. No authentication required.

Endpoint: GET /api/v1/trends/tags
Version: 1.0
Security: 

## Query parameters:

  - `scope` (string,null)
    Scope id: 'global' or TypeId

## Response 200 fields (application/json):

  - `name` (string, required)

  - `totalUses` (integer,null)

  - `history` (array,null)

  - `history.uses` (integer, required)

  - `history.date` (string, required)
    Example: "2022-03-10"


