# nostr.wine

## nostr.wine

- [Search](https://docs.nostr.wine/api/search.md): Documentation for nostr event search
- [Trending](https://docs.nostr.wine/api/trending.md): Documentation for trending nostr events
- [Classification](https://docs.nostr.wine/api/classification.md): Documentation for nostr event classification (not currently classifying new events)
- [Filter Relay Readme](https://docs.nostr.wine/filter/readme.md): Last Updated: June 24, 2025
- [Welcome Relay Readme](https://docs.nostr.wine/welcome/readme.md): This service has been discontinued.  wss://welcome.nostr.wine is a new free read-only relay that only aggregates events from new nostr users and displays them in the global/universe view.
- [Cellar Relay Readme](https://docs.nostr.wine/cellar/readme.md): Last Updated: November 21, 2023
- [Inbox Relay Readme](https://docs.nostr.wine/inbox/readme.md): Last Updated: November 28, 2023


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.nostr.wine/api/search.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
