API from a third party

Good day, I’m trying to link a flight search API from RapidApi, but the the code script is in Node.js or php. Is it possible to use any of them on my website to get search results?
Thank You

https://support.wix.com/en/article/corvid-managing-external-code-libraries-with-the-package-manager

If you can’t use the NodeJS through Wix Node Manager, then you can always look at calling their own API itself using Wix Fetch.
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api

Thank You. Found the Package manager and installed the unirest. Just to try calling it now.
Thank You Again.