This dataset contains detailed daily information on parking restrictions in each Pay Stay zone. There can be multiple restrictions per Pay Stay zone per day.
This data can be linked to both the street segment Pay Stay zone dataset.
https://data.melbourne.vic.gov.au/Transport-Movement/Pay-stay-zones-linked-to-street-segments/7q9g-yyvg
and also the sign plate Pay Stay zone dataset
https://data.melbourne.vic.gov.au/Transport-Movement/Sign-plates-located-in-each-pay-stay-zone/wwkr-v8s7
The datasets can be joined on Pay Stay zone.
For further information on Pay Stay https://www.paystay.com.au/
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"melbourne-vic-gov-au/pay-stay-parking-restrictions-ambt-72qg\".\"pay_stay_parking_restrictions\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.