I can hit the “/runtest.php” API endpoint and have JSON returned by appending the f=json
URL parameter.
Is there a way to get the results of the test returned as JSON, as opposed to XML? I tried appending the JSON URL parameter but that didn’t work (e.g. ‘http://www.webpagetest.org/xmlResult//?f=json’).
Thanks!