Home
Docs/API Tester

API Tester

FreePremium (advanced)

Test REST, WebSocket, GraphQL and SSE APIs directly from your Android. Organize requests in collections and manage environments for different configurations.

Supported protocols

REST

GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS

WebSocket

Real-time bidirectional connection. Send and receive messages

GraphQL

Queries, mutations and subscriptions. Built-in schema explorer

SSE

Server-Sent Events. Visualize real-time event streams

Create your first request

  1. 1Open the API Tester module.
  2. 2Tap "+" to create a new request.
  3. 3Select the HTTP method and enter the URL.
  4. 4Add headers or body if needed ("Headers" / "Body" tab).
  5. 5Tap "Send" and review the response.

Collections & environments

Collections

Group your requests by project or service. Import and export in Postman-compatible format.

Environments

Define variables per environment (dev, staging, production) and switch between them with a tap. Use {{variable}} in your URLs and headers.

Authentication

TypeDescription
Bearer TokenAdds Authorization: Bearer <token>
API KeyCustom header or query param
Basic AuthUsername and password encoded in Base64
OAuth 2.0Authorization flow with access token
No authPublic requests

Response inspector

  • β€’JSON viewer with node collapsing and in-response search
  • β€’Headers view with all returned headers
  • β€’Response time and payload size
  • β€’HTTP status code with description
  • β€’History of the last 10 requests (Premium: unlimited)
  • β€’Export response as JSON, CSV or plain text

Premium features

FeatureFreePremium
REST requestsβœ…βœ…
WebSocket / GraphQL / SSEβœ…βœ…
Collections1Unlimited
Environments / variables1Unlimited
Request history10Unlimited
Mock Serverβ€”βœ…
Performance Testing (load)β€”βœ…
Collection Runner (batch run)β€”βœ