PASAR API
Free public data but requires portal registration and an OAuth2 token; hourly Italian power-system time series.
View docs ↗ More Data & enrichment APIs# Terna ~ Italian electricity grid transparency data needs OAuth credentials ~ get yours at: # https://developer.terna.it/docs/read/apis_catalog curl 'https://api.terna.it' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Italy API into my app. API: Terna ~ Italian electricity grid transparency data Provider: Terna Auth: requires OAuth credentials (sign up: https://developer.terna.it/docs/read/apis_catalog) Pricing: free Base URL: https://api.terna.it Important note: Free public data but requires portal registration and an OAuth2 token; hourly Italian power-system time series. Source: Terna (https://developer.terna.it/docs/read/apis_catalog) Source type: Official open-data catalogue Endpoint type: Open-data catalogue JSON Integration difficulty: Needs OAuth Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.