This repository has been archived on 2025-07-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-heraklion-bus/routes.json

42 lines
683 B
JSON
Raw Normal View History

[
2015-07-15 13:27:53 +03:00
{
"id":"10",
"line":"10",
2015-07-15 13:27:53 +03:00
"name":"Λιμάνι - Π.Α.Γ.Ν.Η.",
"stops":[
"1",
"2"
]
},
{
"id":"20",
"line":"10",
"name":"Λιμάνι - Πανεπιστήμιο",
"stops":[
"1",
"4"
]
},
2015-07-15 13:27:53 +03:00
{
"id":"11",
"line":"11",
2015-07-15 13:27:53 +03:00
"name":"Λιμάνι - Αεροδρόμιο",
"stops":[
"1",
"3"
]
},
{
"id":"12",
"line":"12",
2015-07-15 13:27:53 +03:00
"name":"Π.Α.Γ.Ν.Η - Αεροδρόμιο",
"stops":[
"2",
"3"
]
}
]
2015-07-15 13:27:53 +03:00