Closed bkDJ closed 7 years ago
The two issues here were:
page
isn't a real parameter on that endpoint. Instead, page[size]
and page[number]
are the correct parameters, and using a number (in this case, 2) for page
was causing error 500.Both of those issues have been fixed.
https://www.openfood.ch/api/v2/products?page=2