# Can I send an external URL to the Discourse API for it to return topics linking to that URL?

**URL:** https://meta.discourse.org/t/can-i-send-an-external-url-to-the-discourse-api-for-it-to-return-topics-linking-to-that-url/392361
**Category:** Support
**Tags:** rest-api
**Created:** [December 29, 2025, 9:57pm UTC](https://meta.discourse.org/t/can-i-send-an-external-url-to-the-discourse-api-for-it-to-return-topics-linking-to-that-url/392361 "2025-12-29T21:57:37Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [December 30, 2025, 10:30am UTC](https://meta.discourse.org/t/can-i-send-an-external-url-to-the-discourse-api-for-it-to-return-topics-linking-to-that-url/392361/4 "2025-12-30T10:30:02Z")

</div>

Yes I think so, kinda.

Try this, e.g.:

`https://meta.discourse.org/search.json?q=https%3A%2F%2Fnews.bbc.co.uk`

Tidy results in JavaScript.

If anon can use search you perhaps don’t need an API key even (then you can put this client side)

However you might want to cache the results on the external server for best results and avoid poor Discourse get overwhelmed with search queries.

So this probably involves writing server side code on your external website for best outcome.

---

_[View the full topic](https://meta.discourse.org/t/can-i-send-an-external-url-to-the-discourse-api-for-it-to-return-topics-linking-to-that-url/392361)._
