{"name":"Wrocław MPK Map API","version":"2.0.0","status":"ready","endpoints":[{"method":"GET","path":"/lines","description":"All lines grouped by category"},{"method":"GET","path":"/lines/:category","description":"One category (tram, tramSpecial, tramTemporary, bus, busNight, busSuburban, busTemporary, busZone, busExpress, busSpecial, unknown)"},{"method":"GET","path":"/locations","description":"Live vehicle positions, with destination and next stop"},{"method":"GET","path":"/vehicle/:id","description":"One vehicle with its remaining stops and estimated times"},{"method":"GET","path":"/shapes/:line","description":"Route shape; ?lat=&lon=&heading= picks the variant being run, ?format=compact for the smaller payload"},{"method":"GET","path":"/shapes/:line/variants","description":"Every variant of a route"},{"method":"GET","path":"/stops","description":"Search stops with ?q="},{"method":"GET","path":"/stops/near","description":"Stops near ?lat=&lon=; ?radius= (m) and ?limit="},{"method":"GET","path":"/stops/:line","description":"Stops served by a line"},{"method":"GET","path":"/stop/:id","description":"Stop details"},{"method":"GET","path":"/stop/:id/departures","description":"Next departures; ?limit= and ?within= (minutes)"},{"method":"GET","path":"/alerts","description":"Service alerts; ?since= (ms epoch) and ?line="},{"method":"GET","path":"/health","description":"Health and upstream source report"},{"method":"GET","path":"/map","description":"Browser map"},{"method":"GET","path":"/status","description":"Status dashboard"}]}