Skip to content

akashnimare/vehiclesearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP Vehiclesearch API

##Usage pip install -r requirements.txt
Python scrape.py

API Usage

API Base URL: http://mprest.herokuapp.com/num/<registrationnum>

Endpoint

GET: [/num/<registrationnum>]

Example

Example usage: GET http://mprest.herokuapp.com/num/MP04A2300
See the permalink version of the request here.

Example result:

{
  "Model": "BAJAJ SUPER", 
  "Owner Name": "SANTOSH KUMAR  SAXENA", 
  "RTO NAME": "BHOPAL", 
  "Regis Date": "01-04-2002", 
  "Registration num": "MP04A2300"
}

TODO

  • Proper error handling.

About

Rest api for M.P. Vehicle Registration data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages