A web API is an interface that allows applications to communicate with each other over the web using standard protocols such as HTTP. Web APIs expose data or functionality in a structured format, often using JSON or XML. They are fundamental to modern distributed systems and microservices. Example: A weather service API providing forecast data to mobile apps.