WordPress JSON API get posts from a given date

I am using the plugin wordpress’ RESTful API plugin called JSON API and I would like to get posts from a given date. I tried many parameters but it didn’t work for me, can you help me please?

Here is what I have tested for instance :

Read More

http://www.example.com/?json=get_date_posts&date=20140806&posts_per_page=-1

or

http://www.example.com/?json=get_posts&after=20140806&posts_per_page=-1

Related posts

Leave a Reply

3 comments