Back to Blog
Week 9: APIs & Data Fetching

Week 9: APIs & Data Fetching

July 4, 20251 min readLorenzo
JavaScriptAPIFetchData

This week I learned how to connect my frontend to external data sources using APIs.

What I Learned

  • RESTful APIs
  • Using fetch()
  • Displaying Dynamic Content

Reflection

Fetching data makes websites feel alive. I’m excited to build apps that connect to the real world.