Products we build & run
Beyond client work, we build and operate our own SaaS products — used by hospitals, businesses and schools across India.
Five products, live in India
From a developer data API to healthcare, HR, mobility and school-management platforms.
A closer look at the Trebta AI Data API
Trebta AI Data API
Free global location & banking data — one API key away.
A free, developer-first REST API for worldwide location data and financial-institution records. No credit card, no rate limits — just clean JSON.
One key, every dataset
Unified access to global location and financial data through simple REST endpoints.
Location Data
Continents, 195+ countries, states, cities & sub-districts with ISO 3166 codes.
Banking Database
5,000+ financial institutions with SWIFT / BIC codes.
Branch Network
50,000+ branch records with addresses, phone numbers & city mapping.
Time Zones
Accurate global timezone data for every location.
Simple REST & JSON
Plain HTTP, clean JSON and CORS enabled — integrate in minutes.
/continents
All continents
/countries
Countries with ISO 3166 codes
/states
States & regions
/cities
City-level drill-down
/banks
Financial institutions (SWIFT/BIC)
/branches
Bank branches with addresses
# Fetch countries with your API key
curl "https://trebtaai.com/countries" \
-H "X-API-KEY: your_api_key"
# → clean JSON
{
"data": [
{ "iso2": "IN", "name": "India" },
{ "iso2": "US", "name": "United States" }
]
}
Full reference & live playground at trebtaai.com/service.
Start building with Trebta AI
Create a free account, grab your API key and start pulling global location & banking data in minutes.