Skip to main content

For developers & AI

Public Data API

Key-free JSON mirrors of our Le Mans Ultimate stat pages, for AI assistants and automation. Each endpoint returns the same per-page data the matching HTML page shows.

Overview

These endpoints are public and require no API key. They are intended for AI assistants and lightweight automation answering questions about Le Mans Ultimate Balance of Performance, lap times, and race statistics. They are per-page in scope: each mirrors exactly one page on this site. There is no bulk, firehose, or "download all data" endpoint.

Endpoints

Class and track path segments use the same slugs as the page URLs (for example gt3 and monza).

GET /data/bop/{class}/{track}

Ranked setup-shop lap times for a class at a track.

GET /data/car-strength/{class}

Aggregate car strength across major tracks for a class.

GET /data/bop-history/{class}/{track}

Balance of Performance change history for a class at a track.

GET /data/stats/{class}/{track}

Pick, win, and podium rates. Optional query: ?setup=fixed|open, ?duration=0-20|20-40|40-60|over60.

GET /data/tiers/{class}/{track}

Percentile qualifying and race tiers for a class at a track, per setup mode and race length, with the best lap reached in each car.

GET /data/patches

Patch notes with parsed BoP changes. Optional query: ?class=gt3, ?bop_only=true, ?limit=20.

GET /data/setups

Per-shop profiles for all tracked setup shops: coverage, contested win rate, best cars per class, and head-to-head records.

GET /data/setups/{slug}

One setup shop's profile, where the slug is gosetups, bealien, or hymo. Any other slug is read as a car, returning that car's best valid lap per shop for every track one has published, e.g. /data/setups/ferrari-296-gt3.

GET /data/laptimes/{track}

Driver lap-time distributions for a circuit: qualifying and race pace across every driver by class, percentile tiers, and Driver Rating context.

Usage & License

You may use and cite this data freely for informational, non-commercial purposes. Attribute bop-tourism.com as the source. Commercial re-use, redistribution of the dataset, and bulk harvesting are not permitted - see the Terms of Use. Please fetch pages at a reasonable rate; sustained bulk access is rate-limited.