Reqable API Testing & Capture

In-app purchases
4.6
119 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Reqable is a modern cross-platform project, designed for API development, testing, and debugging. Reqable breaks down the barrier between API debugging and testing. For example, APIs can be created from a recording list, and recording can also be performed during API testing.

The previous version of Reqable was HttpCanary. We redesigned the UI and all functions to keep them consistent with the desktop app.

Reqable android has two work modes:
- Standalone Mode: traffic recording and API testing can be performed independently without relying on the desktop.
- Collaborative Mode: the android app could automatically forward traffic to the desktop by scanning the desktop QR code without manually configuring the Wifi proxy.

Reqable android uses the classic MITM proxy method for API debugging:
- Support HTTP/1.x and HTTP2 protocol, HTTP3 (QUIC) is not supported yet.
- Support HTTP/HTTPS/Socks4/Socks4a/Socks5 proxy protocol.
- Support HTTPS, TLSv1.1, TLSv1.2 and TLSv1.3 protocols.
- Support WebSocket upgraded based on HTTP1.
- Support HTTP/HTTPS secondary proxy.
- Support VPN mode and proxy mode.
- Powerful search and filter.
- Compose APIs from the recording list.
- Automatically save the recording list for easy retrospective viewing.
- Automatically highlight traffic item.
- Request repeat and advanced repeat.
- HAR file export and open.
- cURL support.
- Code snippet.

* When using VPN mode, reqable will use the system's VpnService to capture traffic.

Reqable android can compose API for testing and also supports features such as API collection and history.
- Supports HTTP/1.1, HTTP2 and HTTP3 (QUIC) protocols.
- Save API to collections
- Support creating multiple Tabs for API testing.
- Support batch editing of query parameters, request headers, forms, etc.
- Support authorization methods such as API KEY, Basic Auth, and Bearer Token.
- Support custom proxy, system proxy and debugging proxy, etc.
- Metrics of request at different stages.
- Automatically save cookies or add cookies.
- Automatically save the request and response for easy retrospective viewing.
- cURL support.
- Code snippet.
Updated on
May 9, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
This app may collect these data types
Personal info, App activity and 2 others
Data is encrypted in transit
You can request that data be deleted

Ratings and reviews

4.6
114 reviews
Darshan Mangroliya
April 20, 2024
The app is good. But it doesn't save anything on mobile. When I try to export certificate or save magisk file it gives error even though have file storage permission.
2 people found this review helpful
Did you find this helpful?
Aimad Salih
February 16, 2024
There's a nasty bug that happens when reqable goes into a small window that let's you see the requests, after sometime if you click on it and then press home button it locks your phone and you're unable to press the home button, not even go to the settings
6 people found this review helpful
Did you find this helpful?
rizqi maulana
March 15, 2024
Needs to be improved, when connection processing takes a long time and I can't see the request header
2 people found this review helpful
Did you find this helpful?

What's new

- [NEW] Supports configuring custom SSL certificates.
- [NEW] Supports previewing SSL certificate details in capture overview.
- [NEW] Supports creating REST API from redirected URLs.
- [OPT] Certificate info will display more details.
- [OPT] Adjust the UI details of redirect Tab.
- [OPT] The copy button of `Cookie View` will copy the full cookie string instead of the key-value pair.
- [FIX] A bug where `Content-Type` may be lost when copying cURL from traffic list.