What is API?
A way for different software applications to talk to each other and share data
Why It Matters
APIs let your app connect to other services like payment processors, email providers, or social media platforms without building everything from scratch
Real-World Example
When you sign in with Google on a website, the site uses Google's API to verify your identity
Related Terms
REST API
A standard way to design APIs that uses simple web addresses and common actions like GET (read) and POST (create)
GraphQL
An alternative to REST APIs that lets you request exactly the data you need in a single call
Endpoint
A specific URL where your API receives requests and sends responses
Webhook
An automatic notification that one app sends to another when something happens
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
REST API
A standard way to design APIs that uses simple web addresses and common actions like GET (read) and POST (create)
GraphQL
An alternative to REST APIs that lets you request exactly the data you need in a single call
Webhook
An automatic notification that one app sends to another when something happens
Endpoint
A specific URL where your API receives requests and sends responses
SDK
Software Development Kit - tools and libraries for working with a specific service or platform