Is there API calls for Info Boxes and Highlights?

Okay, so I’ve gotten this far, but I only want 4 or 5 results, not the whole 10. Adding ?limit=5 kept causing errors, and I tried it in various spots in the URL that I thought would work. Using this GET method, is it possible to limit?

$(document).ready(function() {
    $.getJSON('https://api.twitch.tv/kraken/channels/marcusraven86/videos?callback=?', function(data) {
	console.log(data);
    });
});