ID:1522427
 
Applies to:Website
Status: Open

Issue hasn't been assigned a status value.
Not that this is necessary at all, I would just like to have the option to parse things like this in PHP and such.

The "Scores" or "Standings" of a game in text version like how you do a hub.

ie: http://www.byond.com/games/author/game/?format=text

but for scores

ie: http://www.byond.com/games/author/ game#tab=scores?format=text

but like this perhaps...

http://www.byond.com/games/author/game/?format=text&scores=1

to include the scores.
Sure. They could extend the existing way to get medal data for score data. ( http://www.byond.com/games/SilkGames/ NEStalgia?format=text&command=view_medals )

I documented the medal stuff a while ago.

They'd just need to make view_scores a proper value for the existing command parameter. Currently, command=view_scores just ignores the ?format=text part, and just goes to a hub page with only scores.
I'm still holding out for json/xml support.