Bus Stops
GET /sg/bus-stopsParameters
Example
curl "https://api.uwuapps.org/sg/bus-stops"Response
{
"success": true,
"count": 5000,
"stops": [
{
"code": "01012",
"name": "Hotel Grand Pacific",
"road": "Victoria St",
"lat": 1.29684825487647,
"lng": 103.85253591654006
}
]
}Response fields
Field
Description
Notes
Last updated
Was this helpful?
