Integrate the best Ethiopian data API in minutes.
Welcome to Guramayle API. Our RESTful API provides comprehensive access to Ethiopian banking details, holidays, and full 5-tier geographic administrative divisions.
https://guramayle.bayainnovation.com/api/v1
The API uses custom headers for authentication. Secure your API key and never share it publicly.
curl -H "X-API-Key: YOUR_SECRET_KEY" \
https://guramayle.bayainnovation.com/api/v1/banks
Request limits depend on your active subscription. You can check your remaining limits in each response header.
| Header | Description |
|---|---|
X-RateLimit-Limit |
Maximum requests allowed in the monthly window |
X-RateLimit-Remaining |
Requests remaining in the current window |
X-RateLimit-Reset |
Timestamp when the limit will reset |
Get verified details for all Ethiopian commercial and private banks, including SWIFT codes, branch counts, and logos.
| Key | Type | Description |
|---|---|---|
search |
string | Search by bank name or description |
page |
int | Page number (default: 1) |
{
"success": true,
"data": [
{
"name": "Commercial Bank of Ethiopia",
"swift_code": "CBETETAA",
"branch_count": 1900,
"logo": "https://.../cbe.png"
}
]
}
search and pagination.
Standard HTTP status codes are used to indicate the success or failure of an API request.
Unauthorized Key
Limit Reached
Not Found