Last updated 2 months ago
This endpoint is deprecated and will be removed in a future release.
No authentication required.
GET /api/speedtest/latest
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." }