Load testing can be done using Locust, a load testing tool that allows you to simulate users querying the API and measure the performance of the API under load from numerous users.
It is possible to configure the number of users, the hatch rate, and the time to run the test for.