Skip to main content

Proportion of Individuals with Access to Mobile Phones

Share of individuals that have access to a mobile phone in a given population.

GET/3.0/alternate/access-mobile

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": "2024",
"value": 0.82,
},
{
"year": "2025",
"value": 0.85,
}
]
}

Response Fields

FieldTypeDescription
yearstringYear identifier (e.g., "2025")
valuenumberProportion of individuals with access to mobile phones

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Proportion of Individuals with Access to Mobile Phones

curl -X GET "https://csapis.com/3.0/alternate/access-mobile" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics