Build passenger information screens, smart campus mobility bots, research dashboards, or urban route planners with low-latency public transit data across India.
curl -X GET "https://buspe.app/api/v1/delhi/routes/772" \ -H "Accept: application/json" \ -H "User-Agent: BusPeClient/1.0"
/v1/delhi/routesList all active DTC & DIMTS bus routes with origin, destination, operator type, and running frequency.
Sample JSON Response:
{
"status": "success",
"count": 520,
"routes": [
{
"route_id": "772",
"origin": "Uttam Nagar Terminal",
"destination": "Dwarka Sector-21 Metro",
"operator": "DTC",
"fleet_type": "Electric Low-Floor",
"peak_frequency_mins": 10
}
]
}/v1/delhi/vehicles/liveQuery streaming real-time vehicle coordinates, bearing, current speed, and delay status.
Sample JSON Response:
{
"status": "success",
"updated_at": "2026-09-07T20:25:00Z",
"vehicles": [
{
"vehicle_id": "DL-1PC-7721",
"route": "772",
"lat": 28.5832,
"lon": 77.0601,
"speed_kmh": 26.4,
"congestion_level": "MODERATE"
}
]
}/v1/tools/fare-calculateCalculate exact fare between two stages across AC, Non-AC, and Pink Saheli zero-fare rules.
Sample JSON Response:
{
"status": "success",
"distance_km": 14.8,
"fares": {
"non_ac": 15,
"ac": 25,
"female_commuter": 0,
"one_delhi_digital": 22.50
}
}BusPe aggregates open transit telemetry from official portals including Delhi Open Transit Data (OTD), BMTC Open Data, and Maha-Transit. In accordance with National Data Sharing and Accessibility Policy (NDSAP), this data is provided free of charge for academic, research, and non-commercial public interest software.
Commercial fleet tracking or high-frequency automated scraping requiring dedicated SLAs should contact developer support at developers@buspe.app.