x-api-key: ********************curl --location '/api/v1/weather/marine/sea-level?latitude=54.5446&longitude=10.2275&hours=48&past_days=0&forecast_days=2' \
--header 'x-api-key: <api-key>'{
"data": {
"latitude": 0,
"longitude": 0,
"elevation_m": 0,
"timezone": "string",
"units": {
"property1": "string",
"property2": "string"
},
"hours_returned": 0,
"past_days": 0,
"forecast_days": 0,
"data": [
{
"timestamp": "string",
"sea_level_height_msl_m": 0,
"invert_barometer_height_m": 0,
"property1": "string",
"property2": "string"
}
],
"property1": "string",
"property2": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}