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.
Related Posts:
- This page didn’t load Google Maps correctly. See the JavaScript console for technical details
- This page didn’t load Google Maps correctly. See the JavaScript console for technical details
- Constructing requests with URL Query String in Python
- Yahoo! Finance CSV file will not return Dow Jones (^DJI)
- Is there a developers api for craigslist.org
- WordPress Rest API custom endpoint optional param
- Access WordPress API Outside of WordPress (command-line PHP)
- Create API for single sign-on with 3rd party site
- What is the best way to get directory path for wp-config.php?
- Retrieving pages with multiple tags using REST API
- External WordPress API
- How do I use the WP REST API plugin and the OAuth Server plugin to allow for registration and login?
- Should I store external API data in my WP database or keep it as a transient?
- Sending POST Request from server
- List Table API – Safe to use?
- API integration with WordPress
- POST to a REST API from a wordpress form
- get WP-API by page id
- Custom route for WP-API gives “rest_no_route” value
- How to get all posts (in chunks) via XML-RPC?
- Get more than 10 posts in a specific category with the wordpress api
- “rest_no_route” – Debug error
- utf8 encoding in json rest api
- Implementing the wp json-rest api
- How to Securely and remotely Create new user in wordpress using Rest API
- API in numbers?
- how to get nonce using json api
- What is the official way to consume the WordPress API? (api.wordpress.org)
- Stuck with wp_remote_post sending data to an external api on user registration
- How to get title tag of an external page with http api?
- How to Hit External REST POST API in WordPress? [closed]
- How to Increase WordPress JSON API Speed?
- WordPress JSON API Extend to Create Users [closed]
- External API to WP
- Headless WordPress – Issue with plugin path
- Can’t get POST data in API endpoint callback
- node-wpapi: how to handle authentication?
- Post body not working with wp_remote_post()
- Possible to use wordpress as publishing platform but programmatically inject content?
- Adding rest api endpoints to an old theme
- Develop REST API using WordPress for Android app [closed]
- Integrate ZOHO Recruit API?
- Allow logged in WordPress user to access 3rd party Laravel API via OAuth
- are there any initiatives to work wordpress as microservices?
- Sanitize Disqus API results?
- Best Practice for re-using API Data in WordPress?
- For using google api is it necessary to install the google client libraries for using Oauth 2 in wordpress installation?
- Get non-rendered content from WP-API
- Calling an API to do authentication / user login
- Add basic authentication of WordPress on any external PHP file?
- Enabling CORS with WordPress
- How do I query my WordPress posts on another HTML page using the WordPress Restful API?
- body_class REST field in WP-API
- Authenticating a user with the WP-API V2 in Postman
- WP OAuth Server “The grant type was not specified in the request”
- Submit comment via JSON from Android device
- How to send messages when a customer is registered
- WordPress keeps autoplaying my Youtube-Links no matter what I write
- Integrating API in to WordPress
- How to convert and use JSON data from a remote WordPress server?
- JSON API and notification about registration
- How to get the post_id after you successfully create new post using xmlrpc api wp newPost?
- Where to put API Code?
- Implement External API into WordPress [closed]
- Integrate WooCommerce to PromoSoftware Rest API
- hybridauth (google OAuth integration) and WP problems
- term_exists returns NULL
- Consuming an external API to publish/post to wordpress
- Set up WP Authentication from External API
- WordPress API Create post content
- How to queue API requests with PHP in WordPress?
- WordPress API causing fatal error
- WordPress Theme/Plugin Information API Response to Text and Button
- Composer Installed Package with WordPress Rest API Endpoint
- Is there a way to get Google My Business photos on WordPress with the API or other?
- Call external API
- WordPress json rest api displaying 10 categories only
- How do I filter Child Posts by Parent Post ID for Custom Post types in WordPress REST API response?
- Creating posts, containing data from remote API
- Passing data outside of WordPress possible?
- Periodically Query an external API on wordpress site
- Post to WordPress API using cURL and login cookies
- Extending the API I created to return category names
- Rest WP_Error always return null
- Using the JSON API via HTTPS and HTTP
- Posting data from Ionic app to WordPress
- WordPress REST API Endpoint (Authors and Categories latest posts)
- Instructure Canvas API with WordPress [closed]
- Best way to make a JSON API from WordPress?
- Encrypt API key [duplicate]
- Can I get the post id when trying to make a new post using xmlrpc?
- Using PHP Api wrapper within plugin. Wrapper uses name space
- REST API And Error Codes – No Message
- Querying Posts Using JSON API
- basic wordpress api endpoint to serve a key-value dictionary
- Is it possible to make website content available on another website?
- How to login via wordpress api and get user details?
- Send Order Confirmation automatically to customer’s mobile number
- How many users/load can the rest API handle?
- How get JSON from external API on every page load if not existing in transient?