API Tester

Lightweight REST API testing tool, supports GET/POST/PUT/DELETE and other request methods.

Request Configuration

Request History

No request history

Usage Instructions

HTTP Request Methods

!GET retrieves resources without side effects; POST creates resources with data in the body; PUT fully updates resources; PATCH partially updates resources; DELETE removes resources; OPTIONS retrieves supported HTTP methods

Sample Test APIs

https://jsonplaceholder.typicode.com/postspages.dev.api-sample-desc.jsonplaceholder
https://httpbin.org/getpages.dev.api-sample-desc.httpbin
https://reqres.in/api/userspages.dev.api-sample-desc.reqres

The above APIs are from the network for testing reference only. Please comply with the requirements of the corresponding websites or services.

Auth & History

Supports Bearer Token and Basic Auth authentication; request history automatically records the last 20 requests, click to quickly reload configuration