Does Discourse have API that allows articles Consumption?

Hello,
I have seen API documented in Discourse. So my question is this.
Can a website that is not running Discourse Consume our Forum articles?
That is, we publish an article on our Discourse instance. Xyz.com that is not running Discourse would like to republish that same article without copying and pasting it on the xyz.
We issue them an API key that allows them to consume what we publish ----- more like a syndication system. Is this possible? if so, how?

Thanks

I think a webhook is a better choice. You can configure your Discourse instance to send an HTTP request to xyz.com every time you create a new post.

5 Likes

Discourse does support RSS

5 Likes

Another way is to tack .json onto the end of the topic URL. The cooked HTML is there with other useful data.

2 Likes