Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skedgo/tsp-apis
Recommended APIs for transport service providers
https://github.com/skedgo/tsp-apis
mobility-as-a-service specification swagger tripgo-api tsp-apis
Last synced: about 23 hours ago
JSON representation
Recommended APIs for transport service providers
- Host: GitHub
- URL: https://github.com/skedgo/tsp-apis
- Owner: skedgo
- License: cc0-1.0
- Created: 2016-03-17T03:22:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T16:03:19.000Z (2 months ago)
- Last Synced: 2024-09-14T06:59:05.933Z (2 months ago)
- Topics: mobility-as-a-service, specification, swagger, tripgo-api, tsp-apis
- Language: HTML
- Homepage: https://developer.tripgo.com/
- Size: 89.8 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSP-APIs
Recommended APIs that transport service providers implement, for them to be easily included in the SkedGo platform and [accessible through the TripGo API](https://developer.tripgo.com).
## TSP connectors
### Bike-Sharing and Scooter-Sharing:
- Static and real-time data in [GBFS](https://github.com/NABSA/gbfs)
- For GBFS TSP connector, also [provider](shared/#operation/provider) and [coverage](shared/#operation/coverage) endpoints are required.- [Bike Share High level model](model/BikeShare.md)
- [Moto Scooter Share High level model](model/MotoScooterShare.md)### Taxi-(like) Services:
- [View in ReDocs UI](taxi).
### Ticketing Services:
- [View in ReDocs UI](ticketing).
### Info:
- [View in ReDocs UI](info).
## Future TSP connectors
These are the current specs, but may change once they are added as TSP connectors
### Car-Sharing:
- [View in Swagger UI](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/skedgo/TSP-APIs/master/car-share.openapi.yaml).
- [Car Share High level model](model/CarShare.md)### Car Parks:
- [View in Swagger UI](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/skedgo/TSP-APIs/master/car-park.swagger.yaml)
## Other
### Public Transport:
- Static data in [GTFS](https://developers.google.com/transit/gtfs/reference/) (preferred), [TransXChange](http://naptan.dft.gov.uk/transxchange/) or [VDV-451/VDV-452](http://gdal.org/drv_vdv.html)
- Real-time data in [GTFS-Realtime](https://developers.google.com/transit/gtfs-realtime/reference/) (preferred) or [SIRI](http://user47094.vs.easily.co.uk/siri/)If you use non-standard formats, we can still integrate your service onto our platform, but please [get in touch](mailto:[email protected]) for that.
## Registry
Existing implementations are tagged on GitHub with [`tsp-apis`](https://github.com/topics/tsp-apis).
- Car Parks:
- [Nuremberg, Germany](https://github.com/skedgo/de-nuremberg-api)
## Where to see my contribution
* TripGo [Android](https://play.google.com/store/apps/details?id=com.buzzhives.android.tripplanner), [iOS](https://itunes.apple.com/app/tripgo/id533630842), [Web](https://tripgo.com/)
* Other [apps using the TripGo API](https://skedgo.com/tripgo-api/)
* [Edit this file](https://github.com/skedgo/tripgo.connect/edit/master/README.md) and make a pull request to add your end-user product