Proportion of Mobile Phone Owners
Share of population who personally own a mobile phone (vs. just having access).
GET/3.0/alternate/mobile-owner
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 of Mobile Phone Owners
curl -X GET "https://csapis.com/3.0/alternate/mobile-owner" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics