Level 20
One way would be to use Cache::remember. https://laravel.com/docs/6.x/cache#retrieving-items-from-the-cache , under "Retrieve and Store". It's a very convenient way to automatically cache your responses. Then use something like a redis cache server to speed up your calls.