Developers
The market, as JSON.
A free, read-only API over the same dataset that powers this site. No key, no signup. Rate limited to 120 requests per hour per IP. All prices in USD.
73,214
Listings
51,588
Models
1,408
Brands
Endpoints
Model search
Search models by brand and/or free text. Aggregated price stats per model.
Params: brand · q · limit (max 50)
Model detail
One model: specs, percentile price guide, monthly price history.
Params: id (from model search)
Market movers
Biggest price moves over a period, outlier-guarded.
Params: days (7 to 365) · limit (max 25)
Example
curl "https://thewatchinfo.com/api/v1.php?resource=model&id=211536"
{
"ok": true,
"data": {
"model": { "brand": "Rolex", "name": "Rolex Submariner", "listings": 160, ... },
"price_guide": { "p25": 11795, "median": 13745, "p75": 16770, "sample": 160 },
"price_history": [ { "month": "2026-06-01", "avg_price_usd": 13802, ... } ]
},
"meta": { "currency": "USD" }
}
Fair use
- • 120 requests per hour per IP. Responses may be cached up to 24 hours.
- • Attribution required: link to thewatchinfo.com where the data is displayed.
- • Aggregated market statistics only. Individual listing feeds are not exposed.
- • Endpoints and fields may evolve; breaking changes will bump the version path.
Need more than 120 an hour?
Higher limits, custom feeds, and bulk exports are available on request.
Contact us