Latest Result

Legacy Endpoints

Authentication

No authentication required.

Get the latest speedtest result

GET /api/speedtest/latest

Provides backwards compatibility for Homepage and Organizr home lab dashboards.

{
    "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"
    }
}

Last updated