API Online — v1.0
B.R.M Chronographes

Developer API

Public REST API to access the full catalogue, collections, pricing configurator, and serial verification of a French luxury watch manufacture.

Explore
573
Watches in catalogue
14
Collections
23,006
Serial numbers verified
7
Public endpoints
About

The first independent watch manufacture with a public API

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.

🔓

No Authentication

Public read-only API. No API key, no OAuth, no signup. Just call the endpoints and get data.

🌍

Bilingual

All endpoints support English (default) and French via the ?lang=fr parameter.

Rate Limited

60 requests per minute per IP. Generous enough for integration, safe enough for production.

🤖

Agent Ready

Structured JSON responses designed for AI agents, chatbots, and automated commerce platforms.

🔧

Full Configurator

11 customization categories with real-time pricing. Every BRM watch can be configured to order.

Serial Verification

Verify any BRM watch against 23,006 records. Stolen watch alerts included.

Endpoints

API Reference

Base URL: https://api.brm-chronographes.com

GET
/api/public/status
Health check and API capability discovery. Returns available endpoints, rate limits, and brand information.
GET
/api/public/catalogue
Full watch catalogue with prices, specifications, images, and stock status. Supports filtering, sorting, search, and pagination.
?collection=V6 ?search=tourbillon ?min_price=3000 ?max_price=10000 ?in_stock=true ?sort=price_asc ?lang=fr ?limit=50 ?offset=0
GET
/api/public/catalogue/{reference}
Detailed product page with full specifications, all images, descriptions, SEO metadata, and manufacture information.
GET
/api/public/collections
All BRM collections with short and full descriptions, product counts, and price ranges. Includes marketing descriptions from our catalogue.
?lang=fr
GET
/api/public/configurator/options/{collection}
Customization options for a given collection. Returns 11 categories: case, dial, lugs, crown, case back, engraving, movement, rehaut, bracelet, tachymeter, pushers.
POST
/api/public/configurator/price
Real-time price calculation for a custom watch configuration. Send collection, model reference, and selected options.
GET
/api/public/verify/{serial}
Verify authenticity of a BRM watch by serial number. Returns model, year, and stolen status. Database: 23,006 watches, 191 stolen alerts.
Browse the V6 collection
cURL
# Get all V6 watches sorted by price
curl "https://api.brm-chronographes.com/api/public/catalogue?collection=V6&sort=price_asc"
Verify a serial number
JavaScript
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"
Get collections in French
Python
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']}")
Collections

12 collections, infinite possibilities

Every BRM watch can be customized across 11 categories. From the iconic V6 to the haute horlogerie Tourbillon.

V6
44mm · Automatic · Chronograph
The iconic BRM chronograph. Skeleton movement, sapphire crystals, racing design.
V12
44mm · Automatic · Chronograph
The flagship. Piston-shaped case, 100g lightweight, fully customizable.
V12-SA
46mm · Automatic · Chronograph
Full-floating technology, stainless-steel/titanium sandwich, six shock absorbers.
DDF6
46mm · Titanium · Brake disc design
Brake disc bezel with four-piston caliper crown protector.
DDF12
46mm · Titanium · Chrono
DDF6 design with integrated chronograph movement.
GP-40
40mm · Automatic · Unisex
Beveled case, checkerboard polish, chronograph function.
V8
44mm · Automatic · Chrono
Beveled bezel, narrower glass, bold racing aesthetic.
V7
38mm · Automatic · Unisex
Versatile mid-size. Piston case, date function.
V5
25mm · Automatic · Women
Smallest automatic watch on the market. 232 operations to assemble.
V3
32mm · Quartz · Women
Feminine piston-shaped case, finest micro-tools for manufacture.
Tourbillon
Haute Horlogerie
The pinnacle of BRM craftsmanship. Handmade complications.
3MVT
52mm · Triple Movement
Three independent movements for three time zones.
Resources

Quick links

📘

Interactive Docs (Swagger)

Try every endpoint live in your browser

📋

OpenAPI Specification

JSON schema for GPT Actions, Postman, code generators

🤖

AI Agent Brief

Structured brand data for AI agents and chatbots

💚

API Status

Health check and capability discovery endpoint

brm-chronographes.com

Official B.R.M Chronographes website

🛠

Service Request

Submit an after-sales service request online