Number of ATMs
Retrieve data for number of atms.
GET/3.0/alternate/atm-count
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"period": "Nov 2023",
"mobile_atm": 500,
"onsite_atm": 8000,
"offsite_atm": 6500,
"total": 15000
},
{
"period": "Oct 2023",
"mobile_atm": 480,
"onsite_atm": 7800,
"offsite_atm": 6220,
"total": 14500
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2023") |
mobile_atm | numeric | Mobile ATMs |
onsite_atm | numeric | Onsite ATMs |
offsite_atm | numeric | Offsite ATMs |
total | numeric | Total ATMs |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Number of ATMs
curl -X GET "https://csapis.com/3.0/alternate/atm-count" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics