Overview
A Promise-based HTTP client for browsers and Node.js with interceptors, adapters, cancellation, and transport controls.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Key characteristics
A Promise-based HTTP client for browsers and Node.js with interceptors, adapters, cancellation, and transport controls.
Sources: [1]
Good fit for
A comparison candidate for API Development, Developer Tools, API, HTTP, JavaScript, Node.js use cases. Check the official README and installation instructions for exact fit and requirements.
Check before adopting
The registered primary language is JavaScript and the license is MIT. Verify version-specific runtime requirements, breaking changes, and additional dependencies in the official README and latest release notes.
Sources: [1]
Official sources
- [1]axios/axios — GitHub(2026-09-15)
Supplemental curator note
We selected Axios as more than a fetch alternative: it provides a shared HTTP policy layer across browser and Node.js code with interceptors, adapters, timeouts, and cancellation. On Node.js, request configuration itself carries authority, so untrusted config merging, socket paths, proxies, size limits, and credential boundaries need explicit controls.
Try it in 3 steps
- 1
Install the package
This is the npm installation path from the official First Steps guide. pnpm, yarn, bun, deno, and CDN options are also documented.
npm install axios - 2
Import Axios
Import the default ES module export. CommonJS can use `const axios = require("axios")`.
import axios from "axios" - 3
Make the first GET request
Call the same JSONPlaceholder endpoint used in the official First Steps guide and inspect response.data. Configure a timeout for production use.
const response = await axios.get("https://jsonplaceholder.typicode.com/posts/1"); console.log(response.data);
Growth
Growth trends · Last 30 days
109,213 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 14
- Open PRs
- 46
Development activity is still being collected.
Built with
Categories and tags
Categories
GitHub data
GitHub dataView detailed GitHub data
GitHub Topics
- http-client
- javascript
- nodejs
- promise
- hacktoberfest
- Stars
- 109,213
- Forks
- 11,854
- Watchers
- 1,178
- Open issues
- 47
- Primary language
- JavaScript
- License
- MIT
- Repository last updated
- Sep 15, 2026
Explore next
- React250,454 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Visual Studio Code (Code - OSS)192,545 Stars
The MIT-licensed Code - OSS repository that forms the open foundation of Visual Studio Code.
TypeScript - Firecrawl180,583 Stars
A web scraping and crawling API that turns websites into LLM-ready data.
TypeScript - Flutter178,947 Stars
Google's cross-platform UI SDK for delivering mobile, web, and desktop applications from one Dart codebase.
Dart - Bootstrap174,803 Stars
A responsive, mobile-first web framework built from CSS and JavaScript grids, utilities, and components.
MDX
Report incorrect information
Tell us if any listing information is incorrect or outdated.