Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web-based REST API browser (explorer, navigator, rambler)? [closed]

Tags:

rest

browser

api

I'm teaching a lecture about APIs and would love to find a nice, free, Web-based tool to "browse" open REST APIs in a generic way, rendering XML and/or JSON payloads to the screen and speculatively turning anything that looks like a hyperlink into a hyperlink. So, for example, I could point it to:

http://services.healthindicators.gov/v4/REST.svc/IndicatorDescription/3/IndicatorDescriptionDataCategories/1

and see a nicely-rendered version of the data with clickable links.

Anybody know of a useful resource?

like image 723
Bosh Avatar asked Mar 01 '12 19:03

Bosh


People also ask

How do I open REST API in browser?

To access a REST call with a browser, complete the following steps: Enter the appropriate URL using either HTTP or HTTPS. The first time you access the TADDM REST API using a browser, a login page prompts you for a valid TADDM user ID and password.

How do I access the REST API browser in Jira?

The Atlassian application (JIRA, Confluence, or any of the others) will be installed with the REST API Browser plugin enabled. Log in to the application as an administrator and navigate to the administration console. Click REST API Browser from the navigation menu (it's with the ADVANCED or ADD-ONS links).

What is REST API Explorer?

ServiceNow's REST API Explorer is an application to construct and test API requests to a ServiceNow instance. The REST API Explorer is available to users with the rest_api_explorer role or the admin role. To open the REST API Explorer, use the Application Navigator to open REST > REST API Explorer.


3 Answers

The Apigee Console is great. It supports a number of predefined APIs and a generic mode for any API. Apigee has a nice snapshot feature where you can make a request and then send a link to anyone and they can view the request/response you made.

There is also Hurl but it isn't always working.

like image 179
abraham Avatar answered Sep 25 '22 03:09

abraham


I really like the Chrome HTTP Dev Client for exploring REST API's. Works great!

like image 39
pgtips Avatar answered Sep 25 '22 03:09

pgtips


I use XML Tree for Chrome. Highlights and formats XML and has the option to turn URLs into links.

https://chrome.google.com/webstore/detail/gbammbheopgpmaagmckhpjbfgdfkpadb

like image 39
IOrlandoni Avatar answered Sep 24 '22 03:09

IOrlandoni