Teledensity
Share of mobile connections per 100 inhabitants — a standard measure of cellular network penetration.
GET/3.0/alternate/teledensity
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
Success (200)
{
"status": "ok",
"message": "",
"data": [
{
"year": "2025",
"cellular": 0.80,
"fll_and_wll": 0.04,
"national": 0.84,
},
{
"year": "2024",
"cellular": 0.85,
"fll_and_wll": 0.05,
"national": 0.90,
},
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier (e.g., "2025") |
cellular | number | Proportion of population having cellular connections |
fll_and_wll | number | Proportion of population having fixed line and wireless local loop connections |
national | number | Overall national proportion of population with telecommunication connections |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Teledensity
curl -X GET "https://csapis.com/3.0/alternate/teledensity" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Estimate connectivity-driven economic activity
- Track regional penetration trends