Skip to main content

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

FieldTypeDescription
yearstringYear identifier (e.g., "2023")
total_subscribersintegerTotal number of cellular subscribers
operatorsarrayList of operators and their subscriber counts View

Operators

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