Displaying upcoming webinars on our website

Description
Hi, we have recurring webinars listed on our site as a button displaying the time and date for people to register. There are 18 different webinars (IDs) each with their own time. As of now, they have to be manually updated several times per week.

What I’m tasked to accomplish is - pull the next occurrence (time and date) of each webinar (by ID) and display dynamically.

What we’re missing is the api (JS file) to insert on the page and JS or JSON properties for us to provide the meeting ID and get the schedule. Unfortunately, the documentation I’ve come across jumps dumps me off at the beginning with no clear path. Not expecting someone to write all the code, but I figured with as big and well-established as Zoom is, there would be something like this.