Hello, my name is Josh Guardino, and in these lessons, you will learn the basics of APIs. We'll talk about what an API is, why they're important, and where they may be found. Let's begin by defining the acronym, API, which stands for application programming interface. An API is simply a means by which computers or processes may communicate with each other. This is not a new term, but its connotations have changed somewhat over recent years. Many associate the term API with web APIs, which are the types of APIs that we will explore. A web API is simply a network-enabled API that exposes data to client applications or services. The advent of the information age has seen a dramatic increase in the amount and scope of data that is available through web APIs, but where can these APIs be found? There are numerous sources of API information on the internet, including directories that list and catalog APIs by a number of criteria. For example, the United States government operates data.gov, which contains a vast array of federal government data sources, including, but not limited to, APIs. Information about thousands of data sources is available at data.gov and they are all free for public use. Other popular API-focused sites include ProgrammableWeb, which maintains an extensive directory of APIs. Sources like this provide a great way to find and explore many types of APIs and provide tutorials and information for beginners. They also allow other users to stay in touch with information about new and trending APIs. For example, let us look at the weather category. On ProgrammableWeb, there are well over 300 APIs just in the weather category alone and each of these listings contains important information about the API, including the base endpoint or URL at which the services may be accessed, the vendor or organization's website, secondary categories or tags, information about social media related to the API, terms of service, and information about the architectural style. In this example, REST is the architectural style and that will be the focus of these lessons. REST is not the only type of API style, but it is the most popular. Virtually all modern APIs support REST. REST is a powerful and easy-to-use style that is strongly rooted in the core principles and protocols that support the internet. APIs may also be classified as public or private. A public API is simply one that is exposed over the internet rather than hidden within a private network. Public does not necessarily mean free, nor does it imply that there is no means of authentication. However, many APIs, and not just those provided by the government, are available for free use. Commercial API vendors are those that offer their most valuable services to paying customers only. These fees can be many thousands of dollars and provide an important means of revenue generation for organizations looking to monetize their data. For example, Aviation Edge offers many APIs with information about airlines, flights, and schedules. As is typical with many commercial APIs, Aviation Edge offers a free level of access, which usually includes a limited set of data or a restricted number of calls to the API. Another such example is WeatherUSA, which offers a variety of weather-based API services with a tier-based pricing model, including a starter level with restricted access and data, but free tiers offer developers an opportunity to explore the dataset and to evaluate the service for potential upgrade to a paid service. Postman, which provides the software tool that we will be using in these lessons, also provides an API network that lists more than 12,000 APIs and allows developers and organizations to share their workspaces. The Postman network also includes information for beginners and ready-made Postman requests for sample public APIs. Another way to exploit the power and interoperability of APIs is to use API mashups. Mashups involve the blending of data from multiple APIs to create a new data source powered by the APIs that they use. Data mashups often reveal new information and insights that could not be realized with the individual data sources alone. APIs are a very powerful and important component of the modern internet and they are a vital factor in the data economy in which we live. Thanks for watching. Stay tuned for the next lesson, where I will show you how to use REST, or representational state transfer-based APIs.