Cellular Subscribers
Total number of cellular subscriptions (can exceed population due to multiple SIMs).
GET/3.0/alternate/cellular-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": "2022",
"total_subscribers": 56789012,
"operators": [
{
"key": "Jazz",
"value": 12345678
},
{
"key": "Telenor",
"value": 23456789
}
]
},
{
"year": "2023",
"total_subscribers": 58901234,
"operators": [
{
"key": "Jazz",
"value": 13000000
},
{
"key": "Telenor",
"value": 24000000
}
]
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier (e.g., "2023") |
total_subscribers | integer | Total number of cellular subscribers |
operators | array | List of operators and their subscriber counts View |
Operators
| Field | Type | Description |
|---|---|---|
key | string | Operator name |
value | integer | Number of subscribers for the operator |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Cellular Subscribers
curl -X GET "https://csapis.com/3.0/alternate/cellular-subscribers" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics