x-api-key: ********************curl --location '/api/v1/environment/oscar-wmo/variables?q=sea%20surface%20temperature&limit=100&offset=0' \
--header 'x-api-key: <api-key>'{
"data": {
"variables": [
{
"variable_id": 0,
"slug": "string",
"name": "string",
"ecv_variable": true,
"sorting_criteria": "string",
"sorting_criteria_html": "string",
"instruments": [
{
"instrument_id": 0,
"instrument_slug": "string",
"instrument_name": "string",
"instrument_fullname": "string",
"providing_agency": "string",
"capability_rating": "string"
}
]
}
],
"total": 0,
"filtered": 0,
"limit": 0,
"offset": 0,
"notes": "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
}
}