This API scrapes data of Indian Railways and parses into JSON for use in personal applications.
Strictly Not intended for commercial use.
- Get Route
- Get Availability
- Get Fare
- Get Train Status
- Get TrainInfo
- Get PNR Status
Example Usage:
`from RailIN import RailIN
ri = RailIN() ri.getPNR('1234567890')
` Output is in JSON format load using json package.
All Responses are subjected to Server's state.
I strictly do not claim any right over the data. And by no means promote usage of it for commercial applications.
Data and it's rights reserved to respective owners.