Third Party API Integration

I just integrated with Third Party API and successfully received data in JSON format. I just wanted to display the data in tabular form so I need help with some code from creating a table to display a dynamic data getting from API. I am attaching a JSON file getting from API.

Something like this?
https://stackoverflow.com/questions/53182995/how-do-i-display-json-get-result-using-wix-code
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
https://www.wix.com/corvid/forum/community-discussion/inserting-the-json-file-data-into-a-database

I successfully got the data from API now the task is to display in a tabular form.