Title: Get new Posts
Last modified: August 21, 2016

---

# Get new Posts

 *  [Shijo64](https://wordpress.org/support/users/shijo64/)
 * (@shijo64)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/get-new-posts/)
 * Hi, I’m having a bit of a trouble, in my application I make a request of my posts,
   and then save them to a database as objects, but I need to check if there are
   new posts created because the app only make the request once and then all the
   data is taken from the database, is there a way to get only the new posts or 
   do I need to make a new request? I hope anyone can help me, thanks in advance
 * [https://wordpress.org/plugins/json-api/](https://wordpress.org/plugins/json-api/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [MarkyC](https://wordpress.org/support/users/markyc/)
 * (@markyc)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/get-new-posts/#post-5118380)
 * Perhaps save a `last_updated` date, and use `get_date_posts` from after `last_updated`
 *  [byakuya68](https://wordpress.org/support/users/byakuya68/)
 * (@byakuya68)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/get-new-posts/#post-5118410)
 * Hi guys,
 * Did you manage to get the api working with `get_date_posts`? I tried like this:
   but it didn’t work… [http://www.example.com/api/get_date_posts&date=20140805/](http://www.example.com/api/get_date_posts&date=20140805/)
 * Thanx

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Get new Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/json-api.svg)
 * [JSON API](https://wordpress.org/plugins/json-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-api/)
 * [Active Topics](https://wordpress.org/support/plugin/json-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-api/reviews/)

## Tags

 * [json](https://wordpress.org/support/topic-tag/json/)
 * [Updates](https://wordpress.org/support/topic-tag/updates/)

 * 2 replies
 * 3 participants
 * Last reply from: [byakuya68](https://wordpress.org/support/users/byakuya68/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/get-new-posts/#post-5118410)
 * Status: not resolved