ok, this is untested (there's probably something wrong), but after loading the mIRC JSON script you could do something like this


Code:
on *:text:!wr *:#:{
  jsonopen -du game http://www.speedrun.com/api_records.php?game= $+ $replace($2-,$chr(32), $chr(37) $+ 20)
  if ($json(game,$2-,Any $+ $chr(37),time) == $null) { 
  msg # No data found | return }
  else { 
    msg # $json(game,$2-,Any $+ $chr(37),player) $json(game,$2-,Any $+ $chr(37),time) $json(game,$2-,Any $+ $chr(37),video)   
  }
}