Diplomatic Traffic and Parking Infringements
List of unpaid diplomatic fines in relation to traffic and parking infringements within the ACT.
Unpaid fines are current at the date listed.
'De-Identified Missions' are missions with three or less diplomatic staff.
'Unknown' embassies relate to diplomatic persons or missions.
Querying over HTTP
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 \"data-act-gov-au/diplomatic-traffic-and-parking-infringements-3exk-cwca\".\"diplomatic_traffic_and_parking_infringements\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.