How to display data from an external API

I put this demo together in case anyone is interested in seeing how you can connect to an external API and display data on your Webflow site.

You can see it in action here, it’s just a basic site that creates a todo list from a free todo list API. If you want to see how it works in detail you can clone the project here and see the code.

3 Likes

Hi @jasondark - this is awesome, wanted to thank you for sharing this. As someone who’s not a coder, it’s relatively easy to follow!

I’m trying to apply this to a Stripe API that requires an authorization code – where would you put the auth code within your code?

Thanks!