Skip to content

Instantly share code, notes, and snippets.

@extratone
Created August 23, 2022 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extratone/70fbb53bc96b76f9928869eb7aa2d8a3 to your computer and use it in GitHub Desktop.
Save extratone/70fbb53bc96b76f9928869eb7aa2d8a3 to your computer and use it in GitHub Desktop.
Sample JSON output from my JSON Speedtest Siri Shortcut (via the speedtest-cli.)
{
"upload": 263367673.8773697,
"ping": 8.712,
"server": {
"latency": 8.712,
"country": "United States",
"id": "17491",
"d": 205.02413557210525,
"lon": "-94.7336",
"sponsor": "Consolidated Communications Inc",
"host": "speedtest.kc2.mycci.net:8080",
"lat": "38.9536",
"cc": "US",
"name": "Olathe, KS",
"url": "http://speedtest.kc2.mycci.net:8080/speedtest/upload.php"
},
"bytes_received": 249102723,
"download": 199101061.14220494,
"client": {
"rating": "0",
"ispulavg": "0",
"country": "US",
"ispdlavg": "0",
"lon": "-90.363",
"loggedin": "0",
"isprating": "3.7",
"lat": "33.9336",
"isp": "Socket Internet",
"ip": "216.106.66.243"
},
"share": "http://www.speedtest.net/result/13575351989.png",
"bytes_sent": 151519232,
"timestamp": "2022-08-23T03:42:49.565200Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment