Your source to meteorological and hydrological time series from Met.no, NVE, SMHI and Syke.
And model domain information.
Getting Started | Api Reference (Swagger) | Endpoints | Available time serieshttps://vepsapi.nve.no/timeseriesdata/write?
POST
Write time series data to VEPS database.
This method accept one request for writing time series data to VEPS database.

{
"location": "6.10.0",
"timeresolutions": "PT3H",
"sourcetype": "odm_hbv",
"timeseries": [
{
"element": "6004",
"timeseriesdata": [
{
"time": "2020-10-29T13:00",
"value": 0.56
}
]
}
]
}
200 - Success