🆓 100% Free API Access
API Documentation
Powerful REST APIs for location and banking data. Just login and start building!
Authentication Required • Free Forever
🌍
Location APIs
🔒 Auth RequiredHierarchical location data from continents to cities
GET
/api/locations/continentsList all continentsGET
/api/locations/countriesList all countriesGET
/api/locations/statesList all statesGET
/api/locations/citiesList all cities🏦
Banking APIs
🔒 Auth RequiredComprehensive bank information database
GET
/api/banksList all banksGET
/api/banks/:idGet bank detailsGET
/api/banks/country/:codeBanks by country📍
Branch APIs
🔒 Auth RequiredBank branch locations and details
GET
/api/branchesList all branchesGET
/api/branches/:idGet branch detailsGET
/api/branches/bank/:bankIdBranches by bankAuthentication
All API endpoints require authentication. Include your JWT token in the request header:
// Request Header
Authorization: Bearer YOUR_JWT_TOKEN
How to Get Token:
- 1. Register for a free account
- 2. Login with your credentials
- 3. Token is returned in login response
- 4. Use token for all API calls
Response Format:
{
"success": true,
"data": [...]
}
⚡
Fast & Reliable
Low latency responses with 99.9% uptime
📊
JSON Format
Clean, structured JSON responses
🔄
Real-time Updates
Constantly updated data sources