Hello. If you use the api_records some game categories deliver wrong times if they have a subcategrorie.
For example smo Any%:
https://www.speedrun.com/api_records.php?game=smo returns:

and this is how it looks on the website:

The 2P time is faster so it delivers this time.
Overall this leads to wrong results
A good Solution would be the following:
return also all subcategories: The command should not return Any% it should return Any%-1P and Any%-2P
regards