← Back to Dashboard

Open Government, Australia

GovernmentActiveFreeAuth: NoneDoc: Unknown
Visit Website ↗

Description

Australian Government Open Data

✨ AI Summary

Australian Government Open Data portal providing access to various public datasets and information from government organisations.

Code Example

import requests

url = "https://data.gov.au/api/3/action/package_list"

response = requests.get(url)
response.raise_for_status() # Raise an exception for HTTP errors
data = response.json()

print(data)

Live Health Metrics

Last 50 checks (10 min intervals)