Getting Started
Rzzro API provides access to live commodity prices, market data, and calculation tools. The API is free, requires no authentication, and returns JSON.
Base URL: https://rzzro.com/api
License: CC BY 4.0 — Attribution required. Rate limit: 100 requests/hour for public API. Contact us for higher tiers.
Authentication
The public API requires no authentication. Include your application name in the User-Agent header for tracking:
For authenticated access (higher rate limits, future features), contact api@rzzro.com
Prices API
Retrieve current commodity prices across major exchanges.
Returns: Current prices for 40+ commodities
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| commodity | string | Filter by commodity (e.g., copper, aluminum). Optional. |
| exchange | string | Filter by exchange: LME, COMEX, SHFE, NYMEX, CBOT. Optional. |
| currency | string | Return prices in currency (USD default). Support: EUR, GBP, JPY, CNY. Optional. |
Examples
Code Examples
JavaScript / Node.js
Python
cURL
Error Handling
The API returns standard HTTP status codes. 5xx errors include a retry-after header.
| Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad request (invalid parameters) |
| 429 | Rate limit exceeded. Check Retry-After header. |
| 500 | Server error. Check status page. |
Rate Limits
Public API: 100 requests/hour per IP. Requests are tracked via X-RateLimit headers:
For higher limits or dedicated access, contact api@rzzro.com with use case details.