Live Data: 36 States Covered

Infrastructure for
Nigerian Mobility

Connect your app to the largest database of Nigerian intercity bus routes, terminals, and pricing. Build price comparison, travel booking, or logistics routing in minutes.

REST API
JSON Response
99.9% Uptime
api.vyra.ng
GET
// Click 'Send' to fetch live data...
                                

Aggregating Data From Top Operators

GIGM GUO Transport Chisco Libra Motors Peace Mass ABC Transport

Data that drives decisions

Stop scraping websites manually. Vyra provides a unified, normalized layer over the fragmented Nigerian transport market.

Route Coverage

Access routes connecting all 36 states. From Lagos-Abuja luxury buses to regional connectors in the East and North.

Live Pricing

Get current ticket prices including seasonal surges. Help your users find the cheapest option instantly.

Terminal Intelligence

Precise location data for bus terminals. Don't just send users to "Yaba" – send them to the exact gate coordinates.

Built for Fintechs & Logistics

1

Super Apps

Add a "Travel" tile to your banking app. Let users check bus prices alongside their flight bookings.

2

Logistics Routing

Logistics companies can use our schedule data to determine when intercity buses depart, optimizing package handover times.

3

Price Comparison Sites

Build the "Skyscanner for Buses" in Nigeria. We provide the raw data, you build the frontend.

Sample Integration

const vyra = require('vyra-sdk');

// 1. Find cheapest bus to Enugu
async function getCheapestRide() {
const options = await vyra.search({
from: 'Lagos',
to: 'Enugu',
sort: 'price_asc'
});

return options[0];
}

Start building today

Get immediate access to the API via Zyla or RapidAPI. No enterprise contracts required for testing.