OSS Tanbou

Axios — features and use cases from the registered repository data

OSS health 96
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
109,213
Primary language
JavaScript
License
MIT
Repository last updated
Sep 15, 2026

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. [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. 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. 2

    Import Axios

    Import the default ES module export. CommonJS can use `const axios = require("axios")`.

    import axios from "axios"
  3. 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);
Check the official README

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

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
Report incorrect information

Tell us if any listing information is incorrect or outdated.