← Back to Dashboard

Open Government, Romania

GovernmentActiveFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Romania Government Open Data

✨ AI Summary

Provides access to open government data from Romania, functioning as an official portal for public datasets.

Code Example

import requests

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

try:
    response = requests.get(url)
    response.raise_for_status() # Raise an HTTPError for bad responses (4xx or 5xx)
    data = response.json()
    print(data)
except requests.exceptions.RequestException as e:
    print(f"An error occurred: {e}")

Live Health Metrics

Last 50 checks (10 min intervals)