Looking for match results endpoint

I’ve had fun gathering data from a few public endpoints so far, but there’s one that I haven’t been able to spy out myself.

Is there an endpoint to return a single match result JSON based on match ID? Something like:
https://terminal.c1games.com/api/game/match/{match-id}
That would give a JSON result like what we get in a list from https://terminal.c1games.com/api/game/algo/{algo-id}/matches:

{
            "id": {match-id},
            "turns": 30,
            "round": null,
            "winning_algo": {
                ...