Use case · SmartData APIs

Build on India ground truth today, self-serve

The same India data the world’s leading mapping platforms license is also callable as an API. SmartData APIs live on leptonmaps.com, self-serve, with a free tier, a playground and a console. Start with Toll or a route from day one, no licensing conversation required.

Get a demo →

Two ways the data ships

Licensing, and now an API

SmartData reaches you on two delivery surfaces. The first is data licensing: datasets delivered to platforms and enterprises, per product, with an annual refresh. The second is the one you can start on this afternoon, the SmartData APIs on leptonmaps.com, where the same India ground truth is exposed as callable endpoints.

The world’s leading mapping platforms license India data from Lepton. The API surface puts that same depth one HTTP request away, so a team can build before a single licensing conversation begins.

The endpoints

The portfolio, exposed as calls

Five families of Lepton endpoints, plus the Google surface proxied alongside them. These are the endpoint names as they appear in the console and the docs, not a summary of them.

  1. 01

    Logistics: Toll, Fuel Prices

    Toll cost across India’s toll points, priced by vehicle class, and daily fuel prices. These are the inputs route costing actually needs instead of straight-line estimates.

  2. 02

    Routes: Path, Optimized Roundtrip, Node Linker

    A drivable path, optimized roundtrips and node linking, with Fueling Station on Route, Nearby Fueling Station and POI on Route placing stops on the line itself. All of it built on the surveyed India road network.

  3. 03

    Detect: point to admin lookup, eight levels deep

    Resolve one coordinate down the administrative hierarchy against surveyed boundaries: Detect States, Districts, Tehsil, Town, Village, Ward, Pincode and Society.

  4. 04

    Region: States, Districts, Region Search, Region Area

    Look a region up by name or shape and get its geometry and area back, the frame a catchment or a territory is defined against.

  5. 05

    GIS: Catchment, Nearby Places, Nearest POI, Natural Disasters Risk

    The spatial primitives behind micro-market and siting decisions: draw a catchment by drive time or drive distance, read what falls inside it, measure the distance to the nearest point of interest, and score natural-disaster risk.

  6. 06

    Google, proxied: Geocode, Places, Directions, Roads

    Proxied Google endpoints sit alongside the Lepton endpoints, so one integration covers both India ground truth and the Google surface.

What a call returns

One request, and the answer it comes back with

The fastest way to judge an API is to read one response. Below is a single GET against the Toll endpoint for a Delhi to Jaipur run in a light commercial vehicle, and the JSON that comes back: a toll count, a total, route metadata, and every booth on the path with its road, its coordinates, its price and how far along the route it sits.

Note what the vehicle class does. The toll matrix is rated per class, so the same origin and destination reprice when journey_type changes from a two-wheeler to a bus to a seven-axle truck, single journey, return journey or monthly pass. That is the difference between a toll estimate and a toll cost.

SmartData APIs · Toll
GET /v1/toll · Delhi to Jaipur · light commercial vehicle, single journey
host api.leptonmaps.com · auth x-api-key · 1 credit per call · free tier, playground and console on leptonmaps.com
200 OK
4 booths · 425.00 total

Request query parameters

GET https://api.leptonmaps.com/v1/toll
  ?origin=28.6329,77.2195
  &destination=26.9239,75.8267
  &journey_type=LCV_SJ
  &include_booths=true
  &include_booths_locations=true
  &include_route_metadata=true
x-api-key: <your key>
journey_type takes the vehicle class the toll matrix is actually rated on: 2W, PV, LCV, BUS, 3AX, 4TO6AX, 7AX and HCM_EME, each as a single journey, return journey or monthly pass. Change one token and the same route reprices.

Response application/json

{
  "toll_count": 4,
  "total_toll_price": 425.0,
  "route_metadata": { "distance_km": 268.4, "duration_min": 282 },
  "toll_booths": [
    {
      "name": "Kherki Daula",
      "route_name": "NH-48",
      "latitude": 28.41562, "longitude": 76.94183,
      "price": 115.0,
      "dynamic_entry": false, "dynamic_exit": false,
      "distance_to_origin": 32.4
    },
    { "name": "Manoharpur", "route_name": "NH-48", "price": 145.0,
      "distance_to_origin": 158.7 },
    { "name": "Daultpura", "route_name": "NH-48", "price": 90.0,
      "distance_to_origin": 205.2 },
    { "name": "Thali", "route_name": "NH-48", "price": 75.0,
      "distance_to_origin": 232.6 }
  ]
}
toll_count 4 objects returned in toll_booths total_toll_price 115.0 + 145.0 + 90.0 + 75.0 = 425.0 booth order 32.4 < 158.7 < 205.2 < 232.6 km, inside a 268.4 km route
Fig. · One call against the Toll endpoint, trimmed for the page. The endpoint, the query parameters, the vehicle classes and every response field are the shipping API surface. The coordinates, prices, distances and booth entries shown are illustrative and describe no real quote, journey or customer.

Self-serve

From key to call, without a sales motion

You do not wait on a sales motion to evaluate. A free tier, an API playground and a console let a developer create a key, read the docs and make a real call in minutes.

Toll and route APIs are self-serve from day one. Start with one endpoint, prove it against your own data, and expand into more layers when the build is ready, not before.

Why it stands up

An API surface running at scale

This is not a demo endpoint. The SmartData APIs already serve a live customer base across the world, on the same data the platforms license, with proxied Google endpoints alongside the Lepton ones so a single integration covers both.

10M+ API hits served on the platform
700+ customers worldwide on SmartData
900+ cities covered by 3D building data behind the surface
  1. 01

    Try before you license

    Evaluate India ground truth against your own data on the free tier, before any per-product licensing decision.

  2. 02

    One endpoint to start

    Begin with Toll or a route, prove the value, and expand into more layers as the build matures.

  3. 03

    Google, in the same call path

    Proxied Google endpoints sit beside Lepton’s, so Geocode, Places, Directions and Roads share one integration.

Proof

Backed by national-scale survey

The data behind the API is the same primary-survey ground truth Lepton has delivered on public-sector mandates at national scale, with Railtel and NIC, so the endpoints rest on a foundation that has already been proven across India.

Proof points: Railtel, NIC, NASSCOM Top 5.

40,000+ km of NOFN infrastructure surveyed with Railtel and NIC
4,08,563 sq km of map enhancement to 1:10,000
Get started

Try the API before you license the data.

Spin up a key on leptonmaps.com, call Toll or Routes against your own addresses, and see India ground truth in your stack.

Get a demo →