How to get all posts from Discourse. We have to crawl data from Discourse to our site for showing links to posts in search results. We tried the following two api calls. But its giving us only the latest post.
/posts.json
/posts.json?before=17907
Please suggest a way to get all the posts from discourse. (Every post and topic inside discourse not specific)