https://github.com/starefossen/skyss.api
[DEPRECATED] Skyss sitt udokumenterte API
https://github.com/starefossen/skyss.api
Last synced: 3 months ago
JSON representation
[DEPRECATED] Skyss sitt udokumenterte API
- Host: GitHub
- URL: https://github.com/starefossen/skyss.api
- Owner: Starefossen
- License: mit
- Created: 2013-08-01T05:22:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-01T05:32:18.000Z (almost 12 years ago)
- Last Synced: 2025-03-14T19:01:44.419Z (3 months ago)
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
skyss.api
=========Skyss sitt udokumenterte API
## Base URL
http://reiseplanlegger.skyss.no/scripts/travelmagic/TravelMagicWE.dll
## Bus Stop Suggester (Auto Complete)
* __resource:__ /StageJSON?cnt=20&&query=ole
* __param__ cnt - max items
* __param__ query - user query## Bus Stop Boundinx Box (Map BBOX)
* __resource:__ /mapxml?x1=5.0214385986328125&x2=5.5089569091796875&y1=60.239470337386585&y2=60.426393620789895&loc=1
* __param__ x1 -
* __param__ x2 -
* __param__ y1 -
* __param__ y2 -
* __param__ loc - 1 `?`## Bus Stop to LatLng (Geo Coordinates)
* __resource:__ /maplocationxml?name=Ole Irgens' Vei [adresse]
* __param__ name - bus stop name
*