API call to get all labels on a board - default quantity

I’m using the API to get the list of labels. It looks like only 24 labels are returned. Did the default recently change from 50 to 24?

I’m using this call to get the labels. Where do I add the quantity parameter to get more than the default?
https://api.trello.com/1/boards/” + boardID + “/labels” + “?key=” + key + “&token=” + token;

I just queried a board with 100+ Labels, and the REST API definitely returned the default value of 50, not 24.

I was also able to use the limit parameter in the request to reduce or increase the number of Labels returned.

I cannot reproduce the issue you are describing.