Description: The API will return 100 data according to the bank_name in one page.
Example-1:
https://compareinterestrate.uk/api/1.0/bank/halifax/?page=1
The above api will show 100 halifax data in first page
Example-2:
https://compareinterestrate.uk/api/1.0/bank/halifax/?page=2
The above api will show 100 halifax data in second page
Description: The API will return 100 data according to the bank_name and year in per page.
Example-1:
https://compareinterestrate.uk/api/1.0/halifax/2-year/?page=1
The above api will show 100 halifax data with two years in first page.
Example-2:
https://compareinterestrate.uk/api/1.0/halifax/2-year/?page=2
The above api will show 100 halifax data with two years in second page.