Distance Tools
StatusDevelopersupload Spreadsheet
  • Welcome
  • Getting Started
    • Quickstart
  • Tools
    • Spreadsheet
      • Getting started
      • Format & input
      • Upload & validation
      • Pricing & Payment
      • FAQ
    • Webapp
      • Scraping
      • Advertisers
    • API
      • Getting started
      • API Reference
        • distance/route
        • distance/route/detailed
        • distance/route/maritime
        • distance/point
        • routing/car
        • routing/maritime
      • Plans & Pricing
      • FAQ
        • Migration guide
    • AI Agent
  • Features
    • Input data
    • Routing
    • Calculation
    • Segmentation
  • Legal
    • Terms of Service
    • Privacy policy
    • Credits
Powered by GitBook
On this page
  1. Tools
  2. API
  3. API Reference

distance/route/detailed

Calculate detailed car routing distance with country breakdown

Previousdistance/routeNextdistance/route/maritime

Last updated 1 month ago

Detailed car routing and airline distance

post

Calculate car routing distances with detailed country breakdown.

Authorizations
Body
Responses
200
Valid request and all waypoints found
400
Bad Request - Invalid request
404
Not Found - Valid request but not all waypoints were found
post
POST /api/v2/distance/route/detailed HTTP/1.1
Host: api.distance.tools
X-Billing-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 44

{
  "route": [
    {
      "name": "text",
      "country": "text"
    }
  ]
}

No content