postmanlabs/postman-code-generators
Common repository for all code generators shipped with Postman observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 94
- Release rhythm 62
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 66.5
- age_days: 2697
- days_rel: 176
- days_push: 39
- n_releases_24m: 7
Adoption not part of the score
1045 stars · 382 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js library that converts Postman SDK Request objects into ready-to-run HTTP request code snippets across 30+ language and variant combinations (cURL, Python Requests, JavaScript Fetch, Go, Rust, Java, and more). It is the common repository for all code generators shipped with the Postman API platform and can also be embedded into other tools via its convert, getLanguageList, and getOptions APIs.
Use cases
- generate a curl command from a postman request
- convert http request definition to python requests code
- generate api call snippets in multiple programming languages
- convert postman collection requests into axios or fetch code
- produce java okhttp or go native request code from an api definition
- build a tool that shows users how to call an api in their language of choice
When to choose
- you need to programmatically turn Postman Request objects into executable client code snippets
- you are building developer tooling that must display sample API calls in many languages and HTTP libraries
- you want the exact code generators that ship inside the Postman app, under an Apache-2.0 license
When to avoid
- you need to execute HTTP requests rather than generate their source code
- you want OpenAPI or Swagger spec to full client SDK generation rather than per-request snippets
- your environment has no Node.js runtime, since the library requires NodeJS >= v8
Facets
library · maturity stable
developer-tools developer-tools web-development apis code-generation postman http-snippets request-conversion api-development curl converter nodejs
1 source
- readme: https://github.com/postmanlabs/postman-code-generators · fetched 2026-08-28 · 794ffb4b9e85
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| postmanlabs/postman-code-generators | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="postmanlabs/postman-code-generators")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem