Quảng cáo

Send GET, POST, PUT and DELETE requests to any REST API — headers, query params and JSON body — and inspect the response. Free.

Compose a request and send it through our server, so browser CORS never blocks you. Public HTTPS endpoints only.

Sent as-is for POST, PUT, PATCH and DELETE. Set a Content-Type header (e.g. application/json).

Response

Time: Size:
Response truncated for display.

				

Send a request to see the status, headers and response body here.

Quảng cáo

Giới thiệu về Online API Tester

The Online API Tester is a REST client that lives in a browser tab. Pick a method — GET, POST, PUT, PATCH, DELETE, HEAD or OPTIONS — type an endpoint, add query parameters and headers as key/value rows, paste a JSON or form body, and send. The response comes back with its status, timing, size, headers and a pretty-printed body.

Requests are relayed through our server rather than issued by the browser, which is what makes it work against APIs that send no CORS headers — the usual reason a fetch from the console fails. The trade-off is that the endpoint sees our server as the client: your own IP address is never revealed to the target, but IP allow-lists on the API side will reject the call.

The proxy is deliberately constrained: public http and https hosts on the standard ports only, up to 40 header rows, a request body of up to 100,000 characters, a 15-second response timeout, and a response body captured up to 200,000 characters with truncation flagged. Redirects are not followed, so a 301 or 302 is shown exactly as returned.

Cách sử dụng Online API Tester

  1. Choose the HTTP method and enter the endpoint URL.
  2. Add query parameters on the Params tab — they are appended to the URL before sending.
  3. Set your headers on the Headers tab, for example Content-Type and Authorization.
  4. Paste the request payload on the Body tab for POST, PUT, PATCH or DELETE.
  5. Click “Send request”, then read the status, timing and size, and switch between the response body and its headers.

Câu hỏi thường gặp

No. The request is made by our server on your behalf, so the endpoint logs our address, not yours. Keep that in mind for APIs that restrict access by IP or apply per-client rate limits — from their point of view all traffic from this tool shares one origin.

Your credentials travel through our proxy to reach the endpoint, so treat them as you would with any hosted API client. Use test or read-only keys where you can, avoid production secrets, and rotate a key if you are unsure. Header rows are stored only in your own browser, never on our side.

The proxy only reaches public hosts on ports 80 and 443, and refuses anything resolving to a private or reserved address. A local development server is unreachable from our infrastructure — test it with curl or a desktop client instead.

Redirects are not followed: a 3xx response is shown as-is with its Location header, which is often exactly what you want to debug. Response bodies are captured up to 200,000 characters and flagged when truncated, and up to 80 response headers are listed.

Yes, free and with no account. Requests are rate-limited to 20 per minute per visitor. Your last request — method, URL, params, headers and body — is remembered in your browser’s local storage only, so it is there when you come back and nowhere else.


Tìm kiếm phổ biến
online api tester rest api tester api testing tool online test rest api online online http client send api request online api request tool rest client online
Cần trợ giúp?
Gặp sự cố với công cụ này? Hãy cho đội ngũ của chúng tôi biết.
Báo cáo sự cố

Thêm công cụ miễn phí này vào trang web của riêng bạn — sao chép và dán mã bên dưới.