How to make multiple ajax call in page load

How to make multiple ajax call in page load

Hi,

I have a page with several dropdown lists. I need to make around 7 ajax get calls to get the data and bind different dropdowns.

Each dropdown is filled by getting data from Url.

Is there any way to get the data in one Ajax call rather than multiple ajax calls.

Could you provide me any examples, links