getd.io icon
getd.io icon

getd.io

A free, online REST API builder that works with CORS. A Postman alternative without the native apps.

getd.io screenshot 1

Cost / License

  • Free
  • Proprietary

Application types

Alerts

  • Discontinued

Platforms

  • Software as a Service (SaaS)
Discontinued

The website is not available anymore, and the last update is from 2019.

-
No reviews
9likes
1comment
0news articles

Features

Suggest and vote on features
  1.  Websocket streams
  2.  Web-Based
  3.  REST API
  4.  API Management
  5.  React
  6.  GraphQL API

 Tags

getd.io News & Activities

Highlights All activities

Recent activities

No activities found.

getd.io information

  • Developed by

    Unknown
  • Licensing

    Proprietary and Free product.
  • Alternatives

    35 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 1 comments and reviews about getd.io, and it has gotten 9 likes

getd.io was added to AlternativeTo by techbos on and this page was last updated .

Comments and Reviews

   
uuxe
0

No app installation required is a big plus for me!

Review by a new / low-activity user.

What is getd.io?

A free, online REST API builder that works with CORS. A Postman alternative without the native apps.

Most Postman alternatives in the market today (including Postman) require downloading a platform-specific client app, or installing a Chrome plug-in. This is needed to provide full request support such as CORS. However, this approach has a few cons:

  • Setting up a new dev env requires downloading and installing app again.
  • App needs to be periodically updated / patched.
  • Takes up precious memory on dev machine.
  • Not all platforms are supported.

Introducing getd.io - A free, browser-based API builder that works with CORS. A Postman alternative without the need for client app installation. You can use it on any platform as long as you have a browser. getd.io/ aims to build a 100% pure web-based solution that supports all kinds of API servers, while providing a modern, responsive, dark-themed UI 😎 that are familiar to existing Postman users.

getd.io/ provides two modes:

  • Cloud mode: the request is forwarded to the back-end to be executed by node.js, and response returned to be displayed to the users. This mode works with all request types, e.g., CORS. The website is protected by TLS so your request info is safe on the wire.
  • Browser mode: the request is sent using fetch() from local browser. This doesn't work with APIs that disallow CORS.

Official Links