Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akashnimare/vehiclesearch

Rest api for M.P. Vehicle Registration data
https://github.com/akashnimare/vehiclesearch

Last synced: 2 months ago
JSON representation

Rest api for M.P. Vehicle Registration data

Awesome Lists containing this project

README

        

# MP Vehiclesearch API

##Usage
pip install -r requirements.txt

Python scrape.py

## API Usage
### API Base URL: `http://mprest.herokuapp.com/num/`

## Endpoint
GET: [`/num/`]

#### Example
Example usage: `GET http://mprest.herokuapp.com/num/MP04A2300`

See the permalink version of the request [here](http://hurl.eu/hurls/02782022b80ea993baa491eb5be1129b37001d7b/c4353d68c932a726d92998d3c17fd8e280d61a18).

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

## TODO
* Proper error handling.