all key and paginated by last_n. Use the catalog endpoint to discover valid dataflow identifiers.x-api-key: ********************curl --location '/api/v1/ilostat/dataflow/DF_UNE_DEAP_SEX_AGE_RT?countries=USA+GBR+DEU&freq=A&sex=SEX_T&age=AGE_YTHADULT_YGE15&last_n=10&start=undefined&end=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"dataflow": "string",
"observations": [
{
"dataflow": "string",
"ref_area": "string",
"freq": "string",
"freq_label": "string",
"measure": "string",
"sex": "string",
"sex_label": "string",
"age": "string",
"age_label": "string",
"eco": "string",
"eco_label": "string",
"ins": "string",
"ins_label": "string",
"cur": "string",
"cur_label": "string",
"ocu": "string",
"ocu_label": "string",
"time_period": "string",
"period": "string",
"year": 0,
"data_time": "string",
"value": 0,
"obs_value": 0,
"obs_status": "string",
"unit_measure_type": "string",
"unit_measure": "string",
"unit_mult": 0,
"source": "string",
"note_source": "string",
"note_indicator": "string",
"note_classif": "string",
"decimals": 0
}
],
"count": 0
},
"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
}
}