Market Share of Cellular Mobile Operators
Operator-level market share by subscribers or revenues.
GET/3.0/alternate/cellular-share
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status":"ok",
"data":[
{
"year": "2022",
"total_subscribers": 56789012,
"operators": [
{
"key": "Jazz",
"value": 12345678
},
{
"key": "Telenor",
"value": 23456789
}
]
},
{
"period": "Nov 2024",
"operators": [
{
"key": "Jazz",
"value": 0.32,
},
{
"key": "Telenor",
"value": 0.28,
}
]
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Year identifier (e.g., "Nov 2023") |
operators | array | List of operators and their subscriber counts View |
Operators
| Field | Type | Description |
|---|---|---|
key | string | Operator name |
value | number | Market share value for the operator |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Market Share of Cellular Mobile Operators
curl -X GET "https://csapis.com/3.0/alternate/cellular-share" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics