The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Our new Search API is now live at https://api.nostr.wine/search. The documentation is available here: https://docs.nostr.wine
The following parameters are supported:
- query (search string, * supported in front and back of string)
- kind (event kind)
- pubkey (nostr pubkey in hex)
- since (unix timestamp)
- until (unix timestamp)
- sort (“time” or “relevance”, default: relevance)
- limit (number of results per page)
- page (pagination)
Example query: https://api.nostr.wine/search?query=*wine*&kind=1
Current rate limit: 1 request/second. We’ll see how that goes. Try it out, and let me know if you have any issues! I have not thoroughly tested this yet.