← Back to all APIs
🚗

RTO Lookup

Find the transport office, city and state behind a vehicle registration code.

Endpoint

GET /api/v1/rto/{code}

Parameters

Name In Required Description
code path Yes RTO code, e.g. MH01

Example request

curl https://apibharat.com/api/v1/rto/MH01

Example response

{
  "success": true,
  "data": {
    "rto_code": "MH01",
    "office_name": "RTO Mumbai (Tardeo)",
    "city": "Mumbai",
    "state": "Maharashtra"
  },
  "message": "RTO details found"
}

Try it live

Open the example in your browser:

/api/v1/rto/MH01 ↗