"the Web API" 指的是哪个 API?

Which API is meant by "the Web API"?

如何为 nasearch site with Java? Also, this github repo 调用 "the Web API" 是一个 Django 项目?如果是这样,是否有一种特殊的方法可以用 Java 调用 "Web API"?

readme 说:

You can use the Web API to fetch a list of existing topics, conduct searches, or pull shownotes by episode.

那将与 jax-rs 一起使用?

看来您应该为 Nasearch 对 Web API 进行 REST 调用。

查看 this question 了解如何在 Java 中执行此操作。例如,根据自述文件,您可以连接到“/api/topics”。