我可以通过 SonarQube Web 服务获取项目链接 API

Can I get the projects links via the SonarQube Web Service API

我们想通过 SonarQube Web 服务获取项目链接(主页、持续集成...)API。

链接属于 CoreProperties - https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java

是否可以通过 API 阅读它们?

这还不可能。但是随着目前在5.2上进行的UI重构,很有可能开发出这样的WS。