treflehq / documentation

The Trefle API documentation and reference
https://docs.trefle.io
59 stars 20 forks source link

20 results per page - docs say 30 #14

Open emdap opened 3 years ago

emdap commented 3 years ago

Problem

Docs here say there will be 30 results per page. However, I am getting 20 results per page when querying /api/v1/plants.

There are 377570 results, at 20 results per page the last page is 18879. This is accurately reflected on the links.last property of the response, which is "last":"/api/v1/plants?page=18879.

The same issue applies to /api/v1/plants/search endpoints, I have not tried other endpoints.