Base URL
Every Nucleus API request is made to the base URL below. All responses are JSON with UTF-8 encoding.
https://apiw.proxynex.pro
Exampleโ
curl "https://apiw.proxynex.pro/health"
{
"status": "ok",
"uptime": 12345.67,
"time": "2026-08-02T12:00:00.000Z"
}
Response formatโ
All endpoints return JSON with a consistent shape:
| Field | Type | Description |
|---|---|---|
status | string | ok or error |
data | array/object | Payload (endpoint-specific) |
Errors return a message field with a human-readable explanation.