カスタムタグクエリをホームページに追加できますか?

このブログ記事を読んでいました。

カスタムホームページで「タグクエリ」への言及があることに気づきました。

検索バーで tags:XXX の形式でタグ検索ができることは知っています。また、結果の URL を使って検索を再構築することもできます。しかし、検索結果の他の要素ではなく、ホームページや静的ページに検索結果の投稿リストだけを表示するにはどうすればよいのかがわかりません。

このようなカスタムクエリを取得するには、API を使ってウェブアプリを構築する必要があるのでしょうか、それとも何か他の方法があるのでしょうか?

The custom homepage you’re referencing pulls in the topics from a tag using AJAX and an endpoint like this:

https://meta.discourse.org/tags/theme.json

If you want to get the contents of a search (can you clarify what you mean by “all the other stuff”?):

https://meta.discourse.org/search.json?q=reverse%20engineer&expanded=true

For more details about finding the data that populates a specific page, you can look here: