WordPress.org Support Forum API

That´s no big deal if you got the RSS feed, have a look at it.

There is a pubDate which you can use to check for the age of the topic. strtotime() or anything alike will help you to check if that´s older than 30 days.

And you also got a link-element. This leads you to the topic, which has its own RSS feed, too.

Example:

https://wordpress.org/support/topic/cron-job-to-ftp#post-7943160
=> https://wordpress.org/support/rss/topic/cron-job-to-ftp

This is probably not as comfortable as a full API but nevertheless a good way to go.

Leave a Comment