Codetainer LogoCodetainer Acad

Lessons

Lesson 25: What are APIs?

Understanding APIs

API stands for Application Programming Interface. It allows your app to communicate with external services or databases.

For example, you can fetch weather data from a weather API or get jokes from a joke API.

Most APIs provide a URL endpoint you can request data from.

CodetainerAcad