Speedchecker Bandwidth Measurements

This data call provides bandwidth measurement results collected on the Speedchecker platform. The bandwith is measured with HTML5 clients (e.g. https://www.broadbandspeedchecker.co.uk) as well as with Speedchecker's mobile applications. The unit of measurement is kilobits per second (Kbps).
Since 2018-05-28 data is synchronized live between Speedchecker and RIPEstat, which means that every measurement done on the Speedchecker platform will show up in this data call after a few seconds.

https://stat.ripe.net/data/speedchecker-bandwidth-measurements/data.<format>?<parameters> 

e.g. https://stat.ripe.net/data/speedchecker-bandwidth-measurements/data.json?resource=140.78/16

Parameters

Key Value Info Required
resource prefix
At this moment the data call only supports prefixes but aggregations for ASNs and countries is planned. Yes
starttime/endtime ISO8601 or Unix timestamp The start/end time defining the upper and lower boundry of the lookup. No - by default the data call returns the last month starting from the most recent data. The query window is limited to 180 days!

Output

Bandwith Measurements within a prefix

https://stat.ripe.net/data/speedchecker-bandwidth-measurements/data.json?resource=140.78/16

Returns bandwidth measurements within the prefix 140.78/16.

Example
"data": {
        "statistics": {
            "measurements": 3
        },
        "measurements": [
            {
                "date": "2016-06-13T11:13:57.560000",
                "down": 70520,
                "prefix": "140.78.142.0/24",
                "up": 93552
            },
            {
                "date": "2016-08-25T11:41:18.557000",
                "down": 6860,
                "prefix": "140.78.181.0/24",
                "up": 3461
            },
            {
                "date": "2016-09-22T15:26:57.250000",
                "down": 11182,
                "prefix": "140.78.183.0/24",
                "up": 2816
            }
        ],
        "resource": "140.78.0.0/16",
        "starttime": "2016-04-03T00:00:00",
        "endtime": "2016-09-30T00:00:00",
        "earliest_time": "2011-01-01T00:00:00",
        "latest_time": "2018-04-01T00:00:00"
    }
    

deprecated - n.a.

upcoming - n.a.