1
0
Fork 1
mirror of https://github.com/patrickbr/simpleefa synced 2025-07-03 20:00:20 +02:00
simpleefa/war/SimpleEFA.html

24 lines
1 KiB
HTML

<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link type="text/css" rel="stylesheet" href="SimpleEFA.css">
<title>The simpleEFA API</title>
</head>
<body>
<h2>Congratulations!</h2>
<p>
You have installed the simpleEFA-API successfully. To check whether the API is working as it should, try the following example requests:
</p>
<ul>
<li><a href="stationname?station=stuttgart%20hauptbahnhof">stationname?station=stuttgart%20hauptbahnhof</a></li>
<li><a href="nextdepartures?station=53020397&onlyTypes=4&maxResults=2">nextdepartures?station=53020397&onlyTypes=4&maxResults=2</a></li>
<li><a href="connection?from=53000688&to=44409225&via=75040014">connection?from=53000688&to=44409225&via=75040014</a></li>
<li><a href="coordinate?lat=49.437210&lng=11.067478&radius=1000">coordinate?lat=49.437210&lng=11.067478&radius=1000</a></li>
</ul>
<p>
For more Information on the SimpleEFA-API, have a look <a href="http://patrickbrosi.de?q=simpleefa">here</a>.
</p>
</body>
</html>