Network Performance Index
Network performance metrics: download/upload speeds and latency aggregates.
GET/3.0/alternate/network-performance
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status":"ok",
"data":[
{
"year": "2024",
"index": 65.5,
},
{
"year": "2023",
"index": 61.1,
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | integer | Value for year |
index | float | Value for network performance index |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Network Performance Index
curl -X GET "https://csapis.com/3.0/alternate/network-performance" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics