I’m asking because I’m trying to write something for match streaming involving team records and I’d rather use the api than scrape the website.

The results for a team, for example e-shock:

http://api.etf2l.org/team/16402/results

Show the maps played and the league points won, but no information about which team won which map, what the score was and whether there was a golden cap involved (sometimes golden caps can be inferred from the league points score but sometimes it can’t, and you still don’t know which map it was on).

Specifically I’d like the the maps array extended so it’s an array of objects rather than map name strings, with the round score for each team and an indicator whether it was decided by golden cap or not.