how do i call a api with an a api key
Read api’s documentation
API key is used to give access and identify the owner. If you want to call the API, use get method from web component. Don’t forget to put the web url and other authentication parameter (if required).
check this: