🎁 New User? Get 20% off your first purchase with code NEWUSER20 · ⚡ Instant download · 🔒 Secure checkout Register Now →
Menu

Categories

Web Development Beginner

What is API (Application Programming Interface)?

A set of rules and protocols that allows different software applications to communicate and exchange data.

APIs define how software components interact. Web APIs (typically REST or GraphQL) allow applications to request and send data over HTTP. For example, a weather app uses a weather API to get forecast data.

REST APIs use standard HTTP methods (GET, POST, PUT, DELETE) and return JSON/XML. GraphQL APIs let clients specify exactly what data they need. API design principles include versioning, authentication, rate limiting, and clear documentation.

Related Terms

Progressive Web App (PWA)
A web application that uses modern web capabilities to deliver app-like experiences with offline support and push notifications.
CORS Preflight
An automatic OPTIONS request sent by browsers before certain cross-origin requests to check if the actual request is permitted.
Webhook
A mechanism where a server sends real-time HTTP POST notifications to a specified URL when specific events occur.
Brotli Compression
A modern compression algorithm developed by Google that achieves better compression ratios than Gzip for web content delivery.
Sitemap XML
An XML file that lists all important URLs on a website, helping search engines discover and crawl content efficiently.
Structured Data (Schema.org)
A standardized vocabulary for marking up web content so search engines can understand and display it as rich results.
View All Web Development Terms →