Software Alternatives & Reviews
Table of contents
  1. Reviews
  2. Social Mentions
  3. Comments

Reqbin

Online API testing tool for REST & SOAP APIs. Test your API by making API calls directly from your browser. subtitle

Reqbin Reviews and details

Screenshots and images

  • Reqbin Landing page
    Landing page //
    2022-04-17

Badges

Promote Reqbin. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Reviews

  1. User avatar
     
    Clean and Easy to use API Testing tool
    👍 Pros:    Browser based

Post a review

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Reqbin and what they use it for.
  • Clash Royale API not working
    I used https://reqbin.com/ to try and make a request to the Clash Royale API using the generated bearer token as you can see in the screenshot. To whitelist my IP I googled my own public IP and pasted it to generate the key. Is this not the right way of calling an API? Or why is this not working. It keep returning 404 errors. Source: 8 months ago
  • Can I get a tutorial on how to change my user flair using the Reddit API?
    I know one needs to use the POST flairselector method to return certain metadata and use that in the POST selectflair method to change the flair. I have virtually zero programming experience and used ReqBin's API tester thanks to its simple UX, but keep getting HTTP 403 errors. Source: 11 months ago
  • Documenting a Go API with OpenAPI 3 Standard: A Practical Guide
    This is a screenshot of when I tested the Go book API using ReqBin. The box highlighted in 'Magenta' is for the GET request URL, while the one highlighted in 'Red-orange' is for the 'Response'. - Source: dev.to / about 1 year ago
  • Need Embeded widget code for my sport website
    Check out https://oddsmatrix.com/products/widgets/ for the less than tech savvy and they offer scores API’s also. In terms of how to write an API integration, a solid Google search based on the language you want to write in goes a long way. https://reqbin.com/ however will generate the basics structure though. Source: over 1 year ago
  • Quickly mocking a REST API
    For quick tests, there are some good public mock APIs available such as httpbin.org, ReqBin, or Reqres. - Source: dev.to / over 1 year ago
  • What is wrong with my HTTP put request?
    Quick context: I'm wanting to turn on a Philips hue light by - clicking button in HTML -> calls function -> GET command -> PUT. I have managed to do all this on reqbin.com so I know for certain it works and it turns the light on, this code is 100% the problem. Source: over 1 year ago
  • Use the Visa Developer Center to find MCC codes?
    Okay, so forgive my utter lack of programming knowledge. Based on this (which I found thanks to u/Muhammad-The-Goat's help), I feel like I should be able to enter something into a website like this and get a response back: https://reqbin.com/. Haven't figured it out yet. Source: almost 2 years ago
  • ApplicationOnlyAuth using fetch in the browser results in CORS 401 errors
    The infuriating thing is that the same request from https://reqbin.com/ goes through fine - I've checked the raw request both there and from my application using the developer tools, and the raw content / headers are identical between the two, so no idea what I'm doing wrong here. Source: about 2 years ago
  • Unknown Webhook Service error?
    Update: I was able to successfully execute the webhook with reqbin but not through python requests. Source: about 2 years ago
  • API scripting courses
    I'm not a programmer by any means. I used PHP 10 years ago to make some basic database driven websites and didn't touch it for a long time. The hardest part for me in dealing with API stuff was arrays. Just spend some extra time focusing on arrays in the language of your choosing and you will be alright. Start simple - my script was running with about 20 lines of code and would spit out data in my web browser. I'd... Source: about 2 years ago
  • HTTP request problem
    I am willing to write a mobile application that requests some data from edupage.org website. The situation is kind a complicated. I am trying to get all the table data from this webpage: https://atilimengr.edupage.org/timetable/?&lang=en . I have inspected the HTML code of the webpage using the inspector inside the web browser, and haven't seen a clue about the data. I used the network tab in the inspector while... Source: about 2 years ago
  • Shopify Webhooks Tutorial: How to Use the Shopify API
    Open https://reqbin.com and paste the API URL in the address field, then set the request method to POST. For authentication, add the X-Shopify-Access-Token field in the Headers section as shown below (replace MY_ACCESS_TOKEN with your Shopify app password):. - Source: dev.to / over 2 years ago
  • Failed to fetch Twitter API
    I'm not sure what's causing the issue. My bearer token is working properly, as I tried sending a GET request through ReqBin to the https://api.twitter.com/2/spaces/search?query=hello&space.fields=title,host_ids endpoint, and it worked. Source: over 2 years ago
  • What's happening with the Spotify API?
    I've been trying to send a GET request to the https://api.spotify.com/v1/me/player/currently-playing endpoint, but it does not seem to work. Also Tested the api on ReqBin API testing tool, but to no avail. Source: over 2 years ago
  • java.net.UnknownHostException error on my windows 10 machine
    You may try to open http://reqbin.com in your browser and see what happens. On my system it redirects to https://reqbin.com and I see nice page, so the server exists and is reachable with that URL. Source: over 2 years ago
  • Fetch 403. but the accessing from Browsers are fine
    Do tell me that your curl to the link is working? If it's, Then Why they ain't working mine side (I had test it from 3 locations and on https://reqbin.com/). Source: over 2 years ago
  • How To Get a HackTheBox Invite Code! (Outdated)
    Within the function we see that ajax is being used, "Ajax is a set of web development techniques using many web technologies on the client side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behaviour of the existing page. We can see in the function that, the type of data... - Source: dev.to / over 2 years ago
  • Way to see fatigue of all my horses at the same time?
    Keep the following open and run it after each completed race Open https://reqbin.com/ Enter the URL you copied Enter your token Click Send Look for 'current_fatigue' in the Content This page will also generate code (if you know how to run scripts. Source: over 2 years ago
  • Web Services vs APIs
    If we use an API tester such as reqbin, we can see that the output of this call looks like this:. - Source: dev.to / over 2 years ago
  • CSRF token for APIs?
    Ran into an issue recently with Django where I receive a forbidden error when making a post call from an API testing tool like reqbin. Here's my code:. Source: over 2 years ago
  • UnityWebRequest invalid authentication credentials
    I am making a coroutine that gets data from Agora.io API. I make a GET request, set authentication header and send the web request. It says "invalid authentication credentials". But when I run the exactly same request using reqbin.com it works fine and returns required data (I made a breakpoint in the last line of the coroutine, at this breakpoint I copied values of url and encodedCredential to reqbin). Why is the... Source: over 2 years ago

Do you know an article comparing Reqbin to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Reqbin discussion

Log in or Post with

This is an informative page about Reqbin. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.