Mazin on Nostr: Our new Search API is now live at https://api.nostr.wine/search. The documentation is ...
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.
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.