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

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

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
*