Speed Test Properties

The speed test list (speedtest_list) property is provided on IP addresses running consumer speed test servers. This information is provided in both the IP API and the Speed Test Datasets.

Typically, only one speed test service is running per IP address, but there are some cases where multiple speed test servers operate on a single IP. Every item in the speedtest_list is a speed test property described below.

Property Information

Speed Test Application

The first JSON block in the speed test object is our standard application property. The property provides the ID, tag, description, logos, and more.

Tag

The internal tag of the speed test server.

Hostname

The primary hostname associated with the speed test server.

Sponsor

The company hosting the speed test server, typically a cloud hosting or Internet service provider (ISP).

Speed Test Property - JSON Overview

{
    { Application Property },
    "tag": "ST47750",
    "hostname": "server-47750.prod....",
    "sponsor": "TekSavvy"
}

Speed Test List - JSON Example

"speedtest_list": [
  {
    "application": {
        "id": 10279,
        "tag": "netify.speedtest",
        "label": "Speedtest",
        "full_label": "Speedtest by Ookla",
        "description": "Ookla Speedtest ...",
        "home_page": {
            "url": "https://www.speedtest.net/about",
            "text": "Speedtest"
        },
        "category": {
            "id": 27,
            "tag": "technology",
            "label": "Technology"
        },
        "favicon": "https://static.netify.ai/...",
        "icon": "https://static.netify.ai/...",
        "logo": "https://static.netify.ai/...",
        "favicon_source": "app",
        "icon_source": "app",
        "logo_source": "app"
    },
    "tag": "ST47750",
    "hostname": "server-47750.prod....",
    "sponsor": "TekSavvy"
  }
],

Integration and Custom Solutions

Do you have any questions about integration, APIs or custom development?

Contact Us