p=n // where n is an integer value between 1 ( default value =1 ) and the last page number
// use p=n when calling a list of rows from DB
Results per page
rpp=n // where n is an integer value, default value =20, you don't have to include it within your call
// if you want to change it for a specific page, add rpp=n to your request
Language
l=n // where n is an integer value
// defaults: either 1 for Arabic, 2 for English, or any other language you add
// if not included within your request, the default value is l=2 ( english )
Search keyword
key = s // where s is any string you want to search for within a specific page
key=milk // system will search for a matching word "milk" ( you can change search cretiria from within any page )