There is an issue with the REST database itself.
There is no difference in the result of 2 requests with different page parameter.
e.g.
Request
https://ws-public.interpol.int/notices/v1/red?**page=4**&resultPerPage=160
return the same response as request
https://ws-public.interpol.int/notices/v1/red?**page=3**&resultPerPage=160
The JSON response does show the page parameter of the request with the value 1.
So it looks like the REST API prefers a default of 1 instead of respecting the parameter of the request.
There is an issue with the REST database itself.
There is no difference in the result of 2 requests with different page parameter.
e.g.
Request
https://ws-public.interpol.int/notices/v1/red?**page=4**&resultPerPage=160
return the same response as request
https://ws-public.interpol.int/notices/v1/red?**page=3**&resultPerPage=160
The JSON response does show the page parameter of the request with the value 1.
So it looks like the REST API prefers a default of 1 instead of respecting the parameter of the request.