DEV Community

dayu2333-jinyul
dayu2333-jinyul

Posted on

I Compiled Real Forza Horizon 6 Car Specs Into an Open Dataset

Forza Horizon 6 has a massive car list but the specs are scattered across wikis and loading screen tips. I pulled them into one structured JSON dataset.

What's in it: 12 cars with verified stats — top speed, 0-60 time, horsepower, weight, drivetrain, and class.

Example:

  • 2026 Lamborghini Temerario: S1 class, 213 mph, 0-60 in 2.7s, 907 hp, AWD

Why JSON? Every FH6 car list site is a giant HTML table wrapped in ad scripts. I wanted plain data developers could use for dashboards, comparison tools, or Discord bots.

Full car list and tuning tools: https://fh6wiki.com

Open source dataset: https://github.com/dayu2333-jinyul/fh6-car-list

Game is not out yet so some numbers will change. PRs welcome.

Top comments (0)