Package
axios
Promise-based HTTP client for the browser and Node.js.
v1.20.0, 26 Aug 2026MITESM + CommonJSTypes: BundledRuns in: Browser, Node.js, Deno, BunHTTP clientsPromises and async control flow
Key numbers
As of 25 Sept 2026
- Weekly downloads
- 85.4m
- +47% over 12 months
- Gzip bundle size
- -
- No Bundlephobia data
- Dependencies
- 4
- Direct, from package.json
- Last release
- 29 days ago
- v1.20.0
- GitHub stars
- 109.2k
- 11.9k forks
- Open issues / PRs
- 48 / 47
- Contributors
- 665
- Commits, last 52 weeks
- 466
Downloads
Last week 2026-09-15 to 2026-09-21
85,399,829 downloads last week, 431,717,343 in the last month. The 12-month change of +47% compares the average of the last 4 weeks with the first 4 weeks of the series.
- Releases, last 12 months
- 25138 in total
- Latest version
- 1.20.0, 26 Aug 202629 days ago
- First published
- 29 Aug 2014
- Last push to GitHub
- 24 Sept 2026same day as the snapshot
- Repository archived
- No
- Open issues
- 48
- Open pull requests
- 47
- Commits, last 52 weeks
- 466
- Dependents on npm
- 179,715
Major versions
- v1 first release 1.0.0, 4 Oct 2022
- v0 first release 0.1.0, 29 Aug 2014
Recent releases
| Version | Published |
|---|---|
| 0.34.0 | 16 Sept 2026 |
| 1.20.0 | 26 Aug 2026 |
| 1.19.0 | 29 Jul 2026 |
| 1.18.1 | 22 Jun 2026 |
| 1.18.0 | 14 Jun 2026 |
| 0.33.0 | 14 Jun 2026 |
| 1.17.0 | 3 Jun 2026 |
| 1.16.1 | 13 May 2026 |
| 0.32.0 | 4 May 2026 |
| 1.16.0 | 2 May 2026 |
| 1.15.2 | 21 Apr 2026 |
| 0.31.1 | 19 Apr 2026 |
| 1.15.1 | 19 Apr 2026 |
| 0.31.0 | 12 Apr 2026 |
- Module format
- ESM + CommonJSFrom package.json type, main and exports fields
- TypeScript types
- Bundled
- Node.js engine range
- Not declared
- Runtimes
- Browser, Node.js, Deno, BunFrom the package docs
- Unpacked size (npm)
- 1.9 MB
- Dependencies (4)
form-dataproxy-from-envfollow-redirectshttps-proxy-agent
npm install axiosCDN
jsDelivr: 572.6m requests in 30 days
- jsDelivr
https://cdn.jsdelivr.net/npm/axios@1.20.0/ - unpkg
https://unpkg.com/axios@1.20.0/ - esm.sh
https://esm.sh/axios@1.20.0
| Package | Weekly downloads | Gzip | Last release | Module | Comparison |
|---|---|---|---|---|---|
| undici | 132.4m | - | today | CommonJS | - |
| got | 30.4m | - | 25 days ago | ESM only | axios vs got |
| superagent | 16.1m | - | 1 day ago | CommonJS | axios vs superagent |
| ky | 5.1m | - | 27 days ago | - | - |
| node-fetch | 141.9m | - | 3 years ago | ESM only | node-fetch vs axios |
| extrareqp2 | 1.3m | - | 2 years ago | - | - |
| request-promise-core | 4.3m | - | 6 years ago | CommonJS | - |
| get-it | 2.1m | - | today | ESM only | - |
- Uses XMLHttpRequest in the browser and the Node.js http module on the server.
- Has a fetch adapter since v1.7.0, used by default when the xhr and http adapters are unavailable.
- Request and response interceptors can modify or transform data before it is sent or handled.
- The README gives install commands for npm, Bun and Deno.
Notes checked against: axios README
Related
Indexability: Indexed.