Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akashnimare/vehiclesearch
- Owner: akashnimare
- Created: 2015-07-13T20:59:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T17:38:01.000Z (almost 8 years ago)
- Last Synced: 2023-03-29T00:03:39.277Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.