Geocoding, routing, and distance matrix APIs built on OpenStreetMap. Simple pricing. No surprises. Made for Philippine developers.
1,000 free requests/month. No credit card required.
Get started with just a few lines of code
// Geocode an address
const response = await fetch(
'https://api.routexio.com/api/v1/geocode?q=Makati City',
{ headers: { 'X-API-Key': 'your-api-key' } }
);
const data = await response.json();
// { lat: 14.5547, lng: 121.0244, ... }Everything you need for location-based applications
Sub-100ms response times with intelligent caching and edge optimization.
Save up to 95% compared to Google Maps API. No surprise bills.
Built on open-source OpenStreetMap. Self-host or use our cloud.
Simple REST API with comprehensive docs and code examples.
Complete and up-to-date mapping data for the entire Philippines.
Geocoding, routing, and distance matrix in a single API.
Five endpoints to power your location needs
Convert addresses to coordinates and vice versa
GET /api/v1/geocodeGet driving directions between two points
GET /api/v1/routeCalculate distances between multiple points
POST /api/v1/matrixSearch for nearby places, restaurants, ATMs, etc.
GET /api/v1/placesDefine custom road blocks for routing avoidance
GET /road-blocksStart free, upgrade when you need more.
₱1,499/mo
100,000/mo
Join hundreds of Philippine developers building with OpenMap API.
Create Free Account