๐Ÿ‡
Speedtest Tracker
  • Introduction
  • Features
  • Changelog
  • ๐Ÿš€Getting Started
    • Installation
      • Using Docker Compose
      • Using Docker
      • Using Kubernetes
      • Using QNAP
      • Using Synology
      • Using Unraid
    • Environment Variables
    • Database Drivers
  • ๐Ÿ†˜Help
    • Error Messages
    • Frequently Asked Questions
  • ๐Ÿ”‘Security
    • Authentication
    • Authorization
    • Encryption
  • โš™๏ธSettings
    • Data Integrations
      • InfluxDB v2
    • Notifications
      • Database
      • Mail
      • Telegram
  • ๐Ÿ‘€Other
    • Speedtest Process
    • Proxies
      • Cloudflare Tunnel (Zero Trust)
      • Traefik
      • Tailscale
    • Caching
    • Commands
    • Data Dictionary
    • Embed Dashboard
    • Health Check
    • Community Projects
  • ๐Ÿ–ฅ๏ธAPI
    • v1
    • Latest Result (deprecated)
  • ๐ŸคนContributing
    • Development Environment
  • ๐Ÿ”—More
    • Source Code
    • Releases
    • Update the Docs
    • About Me
    • Donate
Powered by GitBook
On this page
  • Authentication
  • Get the latest speedtest result
Edit on GitHub
  1. API

Latest Result (deprecated)

Previousv1NextDevelopment Environment

Last updated 3 months ago

This endpoint is deprecated and will be removed in a future release.

Authentication

No authentication required.

Get the latest speedtest result

GET /api/speedtest/latest

Provides backwards compatibility for and home lab dashboards.

Homepage now the latest API spec which requires a token.

{
    "message": "ok",
    "data": {
        "id": 1,
        "ping": 11.111,
        "download": 694.20,
        "upload": 420.69,
        "server_id": 12345,
        "server_host": "host.of.server.com",
        "server_name": "Name of Server",
        "url": "https://www.speedtest.net/result/c/slug-to-results",
        "scheduled": false,
        "failed": true,
        "created_at": "2023-03-10T13:17:46.000000Z",
        "updated_at": "2023-03-10T13:17:46.000000Z"
    }
}
{
    "message": "No results found."
}
๐Ÿ–ฅ๏ธ
Homepage
Organizr
supports