nostr.wine
  • api.nostr.wine
    • Search
    • Trending
    • Classification
  • filter.nostr.wine
    • Filter Relay Readme
  • welcome.nostr.wine
    • Welcome Relay Readme
  • cellar.nostr.wine
    • Cellar Relay Readme
  • inbox.nostr.wine
    • Inbox Relay Readme
Powered by GitBook
On this page
  1. api.nostr.wine

Trending

Documentation for trending nostr events

GET 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)

PreviousSearchNextClassification

Last updated 1 year ago