Simple data API
for your applications

QW API provides a unified REST interface for integrating data into web and mobile products. We are currently in private beta — public access is coming soon.

Private beta · by invitation only

REST & JSON

Predictable resource-oriented URLs, JSON responses and standard HTTP status codes.

Low latency

Responses are served from edge caches with typical latency under 50 ms.

Token auth

Every request is authenticated with a per-project API key over HTTPS.

$ curl https://qwapi.stewb.ru/v1/status \
    -H "Authorization: Bearer $QW_API_KEY"

{ "status": "ok", "version": "1.4.2" }