Getting the build information for all tracks

Hello!

I’m loving Exercism and the build page is super cool. One thing that currently has my interest is how the pass, fail, error, etc rates are different for each track, and how that changes over time for new tracks like Gleam.

Is there a way to get the information from the build points for each track in a JSON or other easy to collect format? I couldn’t see a way in the Exercism website source code but I thought I’d ask anyway in case I missed something :slight_smile:

If not I can just get it manually or grab it from the HTML, no worries.

Thanks!
Louis

Exercism does use an undocumented API under the hood for some data, but inspecting the requests on that page, I don’t think there’s a specific endpoint for the data there, so I guess your best bet is indeed parsing the HTML.

1 Like