Developers
Halfway Point API
Free JSON API. No auth key required. Rate-limited to 60 req/min per IP. CORS enabled — call it from any frontend.
Endpoint
curl "https://midmeetup.com/api/public/midpoint?points=34.05,-118.24|32.71,-117.16"
Response
{
"midpoint": { "lat": 33.38, "lng": -117.70 },
"distance_km": 178.4,
"drive_time_min": 132
}Attribution
Free for personal and commercial use. Please link back to midmeetup.com.