Skip to main content

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

FieldTypeDescription
periodstringYear identifier (e.g., "Nov 2023")
operatorsarrayList of operators and their subscriber counts View

Operators

FieldTypeDescription
keystringOperator name
valuenumberMarket 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