Ross ROSS = Recommend OSS · open-source software intelligence for agents

sindresorhus/got

🌐 Human-friendly and powerful HTTP request library for Node.js observed · 2026-08-28

github.com/sindresorhus/got · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 93
  • Release rhythm 91
  • 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: 4542
  • days_rel: 62
  • days_push: 47
  • n_releases_24m: 24

Full methodology

Adoption not part of the score

14937 stars · 996 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Got is a human-friendly and powerful HTTP request library for Node.js, offering JSON mode, retries, pagination, hooks, and stream support. It is a mature alternative to the native http module, though the maintainers now recommend Ky for browser-compatible or Fetch-based needs.

Use cases

  • make http requests from node.js
  • call rest apis with payloads
  • download files with streams
  • retry failed http requests automatically
  • paginate through api endpoints
  • replace axios or node-fetch in a node backend

When to choose

  • you need a feature-rich http client in Node.js with retries, hooks, and pagination
  • your project is ESM-based and Node-only
  • you want fine-grained control over requests, redirects, and timeouts

When to avoid

  • you need browser support or a Fetch-based client (use Ky instead)
  • your project still uses CommonJS, since Got is ESM-only
  • you only need simple fetch calls (use fetch-extras or native fetch)

Facets

library · maturity stable

http-client web-development backend apis developer-tools http-request esm promise-based retry streaming typescript nodejs

1 source

Member repositories

RepositoryRoleHealth v2
sindresorhus/gotmain94

For agents

markdown · JSON · MCP: product_card(name="sindresorhus/got")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem