Let’s launch your product to thousands (a Product Hunt alternative)

Insomnia REST

Company Overview

Design, debug, test, and mock APIs locally, on Git, or cloud. Build better APIs collaboratively for the most popular protocols with a dev‑friendly UI, built-in automation, and an extensible plugin ecosystem.

Tags:

Company Information

Pricing

Categories

Features & Specs

  • User-Friendly Interface

    Insomnia REST features a clean and intuitive user interface that makes it easy to create, send, and manage API requests without a steep learning curve.

  • Support for Multiple Protocols

    In addition to REST, Insomnia supports GraphQL and gRPC, making it versatile for developers working with different API protocols.

  • Environment Management

    Insomnia allows you to create and manage multiple environments, making it easier to switch between staging, development, and production settings.

  • Custom Plugins and Themes

    Insomnia supports custom plugins and themes, allowing users to extend its functionality and personalize the interface to suit their workflow.

  • Collaboration Features

    With Insomnia Teams, users can collaborate and share API requests, environments, and other resources, enhancing team productivity.

  • Cross-Platform Availability

    Insomnia is available on multiple platforms, including Windows, macOS, and Linux, providing flexibility for users on different operating systems.

  • Videos

    External Sources including reviews & comparisons

    Insomnia by Kong enables you to deliver high-quality APIs through collaboration. This postman alternative also includes testing suites, which allow you to create functional tests and centralize APIs. With this platform’s streamlined API client, sending GraphQL, REST, and SOAP requests are simple. Defining variables such as authentication credentials allows you to manage multiple environments.
    Source:
    Source:

    Social Recommendations


    • Building a RESTful API with Flask

      For testing our application endpoints, you can use an API testing tool like Postman or Insomnia.

      – Source: dev.to
      /
      2 months ago


    • Show HN: I’ve made Keyword Research tool that’s 90% cheaper than anything

      Your logo is very similar to https://insomnia.rest/.

      – Source: Hacker News
      /
      3 months ago


    • The Best Alternatives to Postman for API Testing

      To get started with Insomnia, download it from the official website, install it, and create a new request by selecting the appropriate HTTP method and entering your endpoint URL.

      – Source: dev.to
      /
      4 months ago


    • Building a RESTful API with Node.js and Express

      Use tools like Postman or Insomnia to test the API endpoints and ensure they behave as expected.

      – Source: dev.to
      /
      6 months ago


    • Make your Azure OpenAI apps compliant with RBAC

      We will be performing all of the authentication requests manually, however for testing purposes, you might want to use an API testing tool such as Postman or Insomnia.

      – Source: dev.to
      /
      6 months ago


    • Local automation

      For a very long time, the go-to tool was curl. Great, always available command line tool. Unfortunately, there is one small issue. It’s hard to keep requests and collect them in collections, it’s great for one-time shots or debugging, but for constant working with API could be painful.

      To solve it, I started working with tools like Postman/Insomnia. Then eh… Strange licensing model, or changes which occurred…

      – Source: dev.to
      /
      7 months ago


    • Tools that Make Me Productive as a Software Engineer

      At first, I used Postman for testing APIs because it had a lot of features. But I switched to Insomnia because it was easier to use and kept everything organized. The big problem with Insomnia was that it deleted all my saved work when it made me create an account to keep using it.

      – Source: dev.to
      /
      7 months ago


    • Different Levels of Project Documentation

      Often used for cases where a project exposes a REST or other type of API service. Open API is a popular method of documenting such API services. It can also be used along side tools such as Swagger Codegen to produce boilerplate code for API interaction / testing purposes. There may also be support files for popular API testing tools such as Postman or Insomnia. This makes it easier at a glance to see what data is…

      – Source: dev.to
      /
      9 months ago


    • Web scraping in 10 mins

      Well, there is this website that I have been trying to scrape for a few days now.

      I had tried everything from scrapy splash on docker to almost giving up because I read somewhere that it was JavaScript rendered. Since the source code from the inspect part of the developer tools was different from the source code from the view-source:https//… On the same developer tools.How could this be possible?

      Then I kept…

      – Source: dev.to
      /
      10 months ago


    • Tell HN: Postman just wiped all my stuff

      I’ve been using https://insomnia.rest/ and it has everything you need and does not require you to log in.

      – Source: Hacker News
      /
      12 months ago


    • Insomnia’s V8 locks out prev data, forces account creation with o warning

      I’m a long time user of Insomnia API client (https://insomnia.rest) without an account and was prompted to update the app an hour ago. I thought this was a regular feature update and accepted. After the app relaunches, the app gives me the option to create an account with them or use without an account. When I choose the latter, my data is gone. Many others are reporting the same problem…

      – Source: Hacker News
      /
      12 months ago


    • Testing DataMotion APIs with Insomnia REST Client

      Insomnia installed on your device. If you still need to install it, download it from the official website.

      – Source: dev.to
      /
      over 1 year ago


    • How to people tend to build standalone APIs?

      I use Insomia rest a postman alterntive to send data to my endpoints rest or graphql. If you want persistent adding SQLite is a good move.

      Source:
      over 1 year ago


    • Problem doing a SOAP Request

      Using the problematic credentials with https://insomnia.rest/ to do the same request (WORKS).

      Source:
      over 1 year ago


    • Emacs as REST API client?

      Basically im looking a replacement for insomnia, for me it was a good tool for testing api’s, but right now im looking for alternatives, cause with my current potato computer, app like insomnia is very slow to run. Also doing everything in emacs is just cooler.

      Source:
      over 1 year ago


    • How to Generate API Documentation with Insomnia

      First, you’ll need to create an Insomnia project. If you’re not familiar with Insomnia, you can download it for free from the official website.

      – Source: dev.to
      /
      over 1 year ago


    • Check if your username is already taken.

      First off, the endpoint we will be using is https://discord.com/api/v10/users/@me/pomelo. Now there are a few methods to make a POST request to the endpoint, some of them being insomnia, postman, and the fetch api. Any method is applicable, granted you provide the required body and headers. I’ll be using the fetch api in the example below.

      Source:
      over 1 year ago


    • Am I missing something about Postman?

      Cross platform https://insomnia.rest user chiming in too.

      Source:
      over 1 year ago


    • My Installed App as Developer

      You can go to Postman website or use this command brew install — cask postman to install it. Alternatives besides Postman are Insomnia and Firecamp.

      – Source: dev.to
      /
      over 1 year ago


    • I’m in BIG trouble! Please help

      When working with web API’s it is always worth considering using a tool/service like postman or insomnia to be able to explore and test the API. This makes it easier to get the code right.

      Source:
      over 1 year ago


    • Why API Specs Are the Backbone of Successful Development

      A web API, be it REST or GraphQL, is an enabler. It lowers the barrier to entry for new users by not requiring them to write any code. They simply need to open a tool like Postman or Insomnia, plug in their API key, and test away.

      – Source: dev.to
      /
      over 1 year ago

    Similar Products

    Provides customer service & help desk SAaS.
    Glyphr Studio is a free online font editor to make good looking professional typefaces.
    The first and only Video 2 GIF API.
    GNOME Commander is a "two-pane" graphical file manager for the GNOME desktop environment.