Open API with Postman

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. openapi-to-postman

    Plugin for converting OpenAPI 3.0 specs to the Postman Collection (v2) format

    And lucky me, I found this repository, openapi-to-postman. Now I could easily get a collection of requests for the API I wanted to explore. This without manually building up each request in Postman.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. Newman

    Newman is a command-line collection runner for Postman

    I had to do some exploring/testing of an API today and thought that Postman would be the tool for the job.

  4. swagger-ui

    Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

    The API had an OpenAPI endpoint built with Swagger where I could download a JSON specification file for the API.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Automated Documentation for APIs

    7 projects | dev.to | 7 Apr 2025
  • How to Automatically Consume RESTful APIs in Your Frontend

    13 projects | dev.to | 25 Jan 2024
  • OpenAPI v4 Proposal

    24 projects | news.ycombinator.com | 31 May 2023
  • Testing for Breaking Changes in Fastify APIs

    4 projects | dev.to | 3 May 2023
  • What is OpenAPI?

    10 projects | dev.to | 18 Jan 2022

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?