PASAR API
Historical and continuously updated observations — discharge, water level, water temperature — from NVE's national gauging network; free API key by email.
View docs ↗ More Data & enrichment APIs# NVE ~ Norwegian hydrology time series (HydAPI) needs an API key ~ get yours at: # https://hydapi.nve.no/UserDocumentation/ curl 'https://hydapi.nve.no/api/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Norway API into my app. API: NVE ~ Norwegian hydrology time series (HydAPI) Provider: NVE (Norges vassdrags- og energidirektorat) Auth: requires an API key (sign up: https://hydapi.nve.no/UserDocumentation/) Pricing: free Base URL: https://hydapi.nve.no/api/v1 Important note: Historical and continuously updated observations — discharge, water level, water temperature — from NVE's national gauging network; free API key by email. Source: NVE (Norges vassdrags- og energidirektorat) (https://hydapi.nve.no/UserDocumentation/) Source type: Official open-data catalogue Endpoint type: Open-data catalogue JSON Integration difficulty: Needs API key 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.