I get only part of the entries from a get request

I’m doing a get request to a strapi content manager, and I get only 25 of the entries there while there are more than 50.
For example, I’m doing a request to: https://goat-hof.com/api/articles and I get only pat of the articels.

How can I fix that?
Thanks!

This topic has been created from a Discord post (1234855584310886510) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

The REST API from Strapi is paginated and by default shows 25 items per page.

You can read more about manipulating the pagination here: Sort and Pagination | Strapi Documentation