Axios
Promise based HTTP client for the browser and node.js observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 8
- age_days: 4398
- days_rel: 9
- days_push: 7
- n_releases_24m: 40
Adoption not part of the score
109191 stars · 11826 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Axios is a promise-based HTTP client for the browser and Node.js, supporting request/response interceptors, automatic JSON transformation, and TypeScript. It is one of the most widely used JavaScript libraries for making API requests.
Use cases
- make http requests to a rest api from nodejs
- call apis from the browser with promises
- add request and response interceptors to modify headers or handle errors
- upload files with multipart form data
- cancel in-flight http requests
- set global base urls and default headers for api clients
When to choose
- you need a mature, battle-tested http client with interceptors and automatic JSON handling
- you want the same http client code to work in both browser and Node.js
- your team uses TypeScript and wants strong typing out of the box
When to avoid
- you only need the modern built-in fetch API and want zero dependencies
- you need advanced streaming or low-level socket control better served by undici or got
- you are building a very small bundle-size-sensitive app where fetch suffices
Facets
library · maturity stable
http-client web-development apis developer-tools browser cross-platform promise-based interceptors typescript-support xhr rest-client nodejs javascript
3 sources
- readme: https://github.com/axios/axios · fetched 2026-08-28 · 8e792dbd800d
- homepage: https://axios-http.com · fetched 2026-08-28 · 1d8735e6ba9b
- site_page: https://axios.rest/pages/getting-started/first-steps · fetched 2026-08-28 · 84f265aa55ea
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| axios/axios | main | 99 |
| axios/moxios | plugin | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem