외부 URL을 Discourse API에 보내 해당 URL로 연결되는 주제를 반환받을 수 있나요?

Wow, thanks Robert, this does work, I just tried on my own server.

This sounds really similar to something I was trying to do earlier. My other server uses PHP and I figured out how to use Curl commands in a PHP module to hit the API and return json results to an ajax call from the client. Here is that topic