Integration of ZoOm API into a website

My client currently uses Zoom to conduct online classes. However, he would like to integrate the zoom API on his website so that his customers can directly access the meeting link on the website

Does the API currently allow this and will it give meeting information reports such as day, time, attendee, duration etc?

The documentation is available at https://zoom.github.io/api/ and there are reporting APIs https://zoom.github.io/api/#report

 

When you create a meeting via the api (https://zoom.github.io/api/#create-a-meeting) you get a join url that can be used on the webpage.