This extension is an API development tool that allows you to make REST and GraphQL requests and view the responses as JSON. All requests are run with CURL to eliminate common CORS errors.

Select from a range of HTTP methods such as GET
, POST
, and PUT
, and add dynamic behavior to requests via Headers, Request Body, Authorization, and Variables.

First-class GraphQL support to test queries and mutations. Just connect to a server endpoint and enter a query. To sypport more dynamic behavior, you can also set Variables, Headers, and Authorization.

Share saved requests with your team by inviting them to your Repl. Anyone with edit access can install this extension and your Saved Requests lists will stay in sync.

Run any request to see a syntax-highlighted, collapsible tree for the response's body and headers.