Flagship developer API

A closer look at the Trebta AI Data API

Featured product

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.

Free forever No rate limits No credit card CORS enabled Instant API key Clean JSON
0
Countries
0
Banks (SWIFT/BIC)
0
Bank branches
0
Continents
What's inside

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.

Endpoints

Simple REST & JSON

Plain HTTP, clean JSON and CORS enabled — integrate in minutes.

GET /continents All continents
GET /countries Countries with ISO 3166 codes
GET /states States & regions
GET /cities City-level drill-down
GET /banks Financial institutions (SWIFT/BIC)
GET /branches Bank branches with addresses
example request
# 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.

Get started

Start building with Trebta AI

Create a free account, grab your API key and start pulling global location & banking data in minutes.