Affordability Index
Composite affordability index combining handset cost, data prices and taxation.
GET/3.0/alternate/affordability-index
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status":"ok",
"data":[
{
"year": "2024",
"index":73.4,
},
{
"year": "2023",
"index":75.1,
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | integer | Value for year |
index | float | Value for index |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Affordability Index
curl -X GET "https://csapis.com/3.0/alternate/affordability-index" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics