Save data from an API call to server cache

I mean… at that point, you would set up a cron job to call the API once every X minutes/hours/whatever, store the data as a JSON file on your server, and have the front end call the JSON file.

As sibertius points out, this makes the data less dynamic, because it will be stale for those X minutes/hours/whatever.