Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afrigis/aca52c49e861ca39bb3a to your computer and use it in GitHub Desktop.
Save afrigis/aca52c49e861ca39bb3a to your computer and use it in GitHub Desktop.
gautrain.mobileServer.timetableServlet.getTimetableWithTransfers
{
"Host": "000.0.0.0",
"HostAddr": "000.00.000.00",
"HostName": "brandfusion.afrigisforms.co.za",
"ResponseTime": 113,
"Result": {
"day_type": {
"id": 1,
"name": "Tuesdays to Fridays"
},
"entries": [
{
"fromCars": 8,
"fromTime": "05:26",
"toCars": 8,
"toTime": "06:08"
},
{
"fromCars": 8,
"fromTime": "05:46",
"toCars": 8,
"toTime": "06:28"
},
...
{
"fromCars": 4,
"fromTime": "20:36",
"toCars": 4,
"toTime": "21:18"
}
],
"from_route": {
"description": "North - South Commuter link",
"id": 1,
"name": "Hatfield to Park",
"short_name": "North-South"
},
"from_station": {
"address": "Grosvenor Street and Arcadia Street",
"fare_calculator_id": 1,
"id": 1,
"latitude": -25.748244,
"longitude": 28.236054,
"name": "Hatfield Station",
"short_name": "Hatfield"
},
"instructions": "From Hatfield Station to Park Station: Take the North-South line.",
"to_route": {
"description": "North - South Commuter link",
"id": 1,
"name": "Hatfield to Park",
"short_name": "North-South"
},
"to_station": {
"address": "Wolmarans Street",
"fare_calculator_id": 10,
"id": 11,
"latitude": -26.194769,
"longitude": 28.042581,
"name": "Park Station",
"short_name": "Park"
},
"transfer": false
},
"StatusCode": 0,
"Timestamp": "Tue May 28 11:17:00 SAST 2013"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment