Proportion using 3G/4G Subscribers
Share of population subscribed to 3G/4G mobile services.
GET/3.0/alternate/3g-4g-subscribers
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status":"ok",
"message":"",
"data":[
{
"year": "2025",
"value": 0.82,
},
{
"year": "2024",
"value": 0.85,
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier (e.g., "2025") |
value | number | Proportion of individuals with access to mobile phones |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Proportion using 3G/4G Subscribers
curl -X GET "https://csapis.com/3.0/alternate/3g-4g-subscribers" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics