Broadband Subscribers
Number of fixed and mobile broadband subscribers.
GET/3.0/alternate/broadband-subscribers
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",
"total": 3580245,
"broadband_operators": [
{
"key": "dsl",
"value": 1234567,
},
{
"key": "evdo",
"value": 2345678,
}
],
},
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier (e.g., "2024") |
total | integer | Total number of broadband subscribers |
broadband_operators | array | List of broadband operators and their subscriber counts View |
Broadband Operators
| Field | Type | Description |
|---|---|---|
key | string | Broadband operator key (e.g., "dsl", "evdo") |
value | integer | Number of subscribers for the operator |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Broadband Subscribers
curl -X GET "https://csapis.com/3.0/alternate/broadband-subscribers" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics