0

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?

Foo
  • 596
  • 2
  • 5
  • 21

1 Answers1

2

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

brasofilo
  • 25,496
  • 15
  • 91
  • 179