Does anyone know how to connect an external API into Webflow?

Does anyone know how to connect an external API to Webflow? I want data from an API call to then be used in Webflow.

I also want to call APIs via buttons in Webflow. I have a feeling that it’s going to take some custom JavaScript in the header and/or footer scripts but want to see if anyone has ever done it before.

Thanks!

Hi - welcome :webflow_heart:

Try this service - NoCode API

3 Likes

It would be interesting for me to know this.

1 Like

Check out this thread: How to use External API via json with Webflow CMS - #13 by gvdias

https://external-api-example.webflow.io/

2 Likes

Is there any way to call API directly from webflow editor? If we dont want to use NOCodeAPI then can we make POST and GET request directly from webflow.

1 Like

Webflow Logic is the only native solution in Webflow. Other than that, you’ll need to code it, or use 3rd party tools such as, again, NoCodeAPI, Make, n8n, etc.