Fetching ten ten records from JSON API in word press

First, there’s the debug query arg: ?dev=1, which you can simply append to the URl.

AFAIK, the plugin relies on get_posts(), so you should be save to use &offset=10.

_Disclaimer: Not tested, as I ain’t got a setup with the plugin in use.`