Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

speedtest.net api

I want to make a widget to display the user's most recent speed test results. Does speedtest.net have an api I could use? I tried making an ajax request to http://speedtest.net/csv.php?csv=1&ria=0&s=0 but got a cross domain error. I tried an iframe, but that just made it appear in downloads.

This is going to be in a Google Chrome extension so I can use the chrome api if necessary.

like image 236
Ruby Avatar asked Apr 05 '12 04:04

Ruby


People also ask

Is speedtest.net app free?

Speedtest® for Android Find out how fast the internet is anywhere in the world with the free Speedtest Android app and the help of our massive global server network. Available in 17 languages.

Is speedtest.net a legitimate website?

Speedtest.net is operated by Ookla, a provider of bandwidth testing technology to a number of other internet speed test sites. Speedtest.net is a very well designed and functional site with a speedometer display and other dials and readouts showing important information about your internet connection.

Is Speedtest VPN free?

Speedtest VPN Premium users benefit from unlimited data protection for only $4.99 USD a month. Premium subscribers also receive an ad-free Speedtest experience during their subscription.

Does speedtest.net Show your IP?

Your IP address can be found & copied by going to Speedtest.net and selecting your IP address in the bottom corner of the Speedtest. Performing this action will automatically copy the address.


2 Answers

Try MySpeed.today. It may work out.

like image 76
Aakash Avatar answered Oct 25 '22 22:10

Aakash


Ookla does provide an API

You need to get their API key. They also provide a sample Python script.

like image 31
Shawn Avatar answered Oct 26 '22 00:10

Shawn