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?
Just add ?number=100 to your request (max. 100):
?number=100