Public REST API to access the full catalogue, collections, pricing configurator, and serial verification of a French luxury watch manufacture.
B.R.M Chronographes is a French luxury watch manufacture founded in 2003 by Bernard Richards, awarded the EPV (Entreprise du Patrimoine Vivant) label — a French government distinction recognizing exceptional artisanal know-how. Every watch is hand-assembled in our workshops in France.
Public read-only API. No API key, no OAuth, no signup. Just call the endpoints and get data.
All endpoints support English (default) and French via the ?lang=fr parameter.
60 requests per minute per IP. Generous enough for integration, safe enough for production.
Structured JSON responses designed for AI agents, chatbots, and automated commerce platforms.
11 customization categories with real-time pricing. Every BRM watch can be configured to order.
Verify any BRM watch against 23,006 records. Stolen watch alerts included.
Base URL: https://api.brm-chronographes.com
# Get all V6 watches sorted by price curl "https://api.brm-chronographes.com/api/public/catalogue?collection=V6&sort=price_asc"
const response = await fetch( "https://api.brm-chronographes.com/api/public/verify/0037J10" ); const data = await response.json(); console.log(data.verification_status); // "AUTHENTIC" console.log(data.details.model); // "V12 GU N AG 1"
import requests collections = requests.get( "https://api.brm-chronographes.com/api/public/collections", params={"lang": "fr"} ).json() for c in collections["collections"]: print(f"{c['name']}: {c['product_count']} montres, {c['price_range_eur']}")
Every BRM watch can be customized across 11 categories. From the iconic V6 to the haute horlogerie Tourbillon.
Try every endpoint live in your browser
JSON schema for GPT Actions, Postman, code generators
Structured brand data for AI agents and chatbots
Health check and capability discovery endpoint
Official B.R.M Chronographes website
Submit an after-sales service request online