# Trending

<mark style="color:blue;">`GET`</mark> `https://api.nostr.wine/trending`

See what notes are trending on nostr. No parameters are required. \
\
Example: <https://api.nostr.wine/trending?order=reposts\\&hours=2\\&limit=5> \
\
Free rate limit: 1 request per second.

#### Query Parameters

| Name  | Type    | Description                                                                                 |
| ----- | ------- | ------------------------------------------------------------------------------------------- |
| hours | Integer | Number of hours (since now) to include in counts (min: 1, max: 48, default: 4)              |
| order | String  | Order results by replies, reposts, reactions, zap\_count, or zap\_amount (default: replies) |
| limit | Integer | Number of events to return (min: 1, max: 200, default: 10)                                  |
