Search code examples
jsonwordpresswordpress-jetpack

Customize Jetpack JSON API: How can I add more posts?


I'm using the Jetpack JSON API. At the moment I can get 20 posts through the JSON API. How can I get more then 20 posts? Can I change this by editing the Jetpack php files?


Solution

  • Just add ?number=100 to your request (max. 100):