date is a single month but the label describes a rolling three-month window (e.g. 'NOV-JAN').x-api-key: ********************curl --location '/api/v1/ons/labour-market?limit=24' \
--header 'x-api-key: <api-key>'{
"data": {
"unemployment_rate": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
]
}
},
"employment_rate": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
]
}
},
"inactivity_rate": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
]
}
},
"employment_level": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
]
}
},
"claimant_rate": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
]
}
},
"vacancies": {
"cdid": "string",
"title": "string",
"unit": "string",
"frequency": "string",
"observations": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"rollups": {
"property1": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "string"
}
],
"property2": [
{
"period": "string",
"period_label": "string",
"value": 0,
"frequency": "string",
"update_date": "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
}
}