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.

Real API Integration

// 1. Fetch route prices between two states
fetch('https://intercityprices.com.ng/api/search?q=Lagos', {
method: 'GET',
headers: {
'x-api-key': 'YOUR_SECRET_API_KEY'
}
})
.then(res => res.json())
.then(data => {
// 2. Access the returned JSON structure
const
routePrices = data.routePrices['Lagos-Abuja'];
console.log(routePrices);
});

// 3. Response Object (exact JSON format)
{
"routePrices": {
"Lagos-Abuja": {
"ABC Transport": 23904,
"God is Good Motors": 24651,
"GUO Transport": 22037
}
},
"transportCompanies": {
"ABC Transport": {
"basePrice": 23904,
"terminals": {
"Lagos": [
{ "name": "Jibowu Terminal" }
]
}
}
},
"states": {
"Lagos": {
"companies": [
"ABC Transport", "God is Good Motors"
]
}
}
}

Start building today

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