52 endpoints across 9 categories. All callable via REST and a subset via the MCP server.
X-API-Key header.{
"success": true,
"statusCode": 200,
"message": "...",
"data": { /* ... */ },
"errors": null
}Example
curl -H "X-API-Key: zq_..." \ "https://zooq.dev/api/v1/profile/overview?username=satyanadella"
16 endpoints
10 endpoints
6 endpoints
6 endpoints
5 endpoints
3 endpoints
2 endpoints
1 endpoint
3 endpoints
| Status | Meaning |
|---|---|
| 401 | Invalid or missing API key |
| 402 | Insufficient credits — buy more on /billing |
| 404 | Endpoint not found |
| 429 | Rate limit exceeded — slow down or upgrade |
| 502 | Upstream provider error — your credits were refunded |