Core Analytics

Sample Request

{  
  "regions": [  
    {  
      "code": 1018,  
      "type": "MSA"  
    }  
  ],  
  "occupation": {  
    "code": "47-2030",  
    "type": "Broad"  
  },  
  "histYears": 5,  
  "projYears": 1,  
  "occLevel": 7,  
  "model": 0,  
  "ownLevel": 10  
}

Sample Response

{
  "data": [
    {
      "soc": {
        "code": "47-2031",
        "type": "Detailed"
      },
      "title": "Carpenters",
      "employment": 393.0,
      "avgWages": 36400.0,
      "medianWages": null,
      "lq": 0.8,
      "unempl": 16.0,
      "unemplRate": 0.042,
      "jobOpenings": 4,
      "histChange": -63.0,
      "regionalChangePct": [
        -0.029
      ],
      "forecastTotalDemand": 43.0,
      "separationExits": 12.0,
      "separationTransfers": 29.0,
      "forecastGrowth": 2.0,
      "forecastPctGrowth": 0.006
    },
    {
      "soc": {
        "code": "00-0000",
        "type": "All"
      },
      "title": "Total - All Occupations",
      "employment": 77901.0,
      "avgWages": 43900.0,
      "medianWages": null,
      "lq": 1.0,
      "unempl": 2350.0,
      "unemplRate": 0.03,
      "jobOpenings": 4476,
      "histChange": 4460.0,
      "regionalChangePct": [
        0.012
      ],
      "forecastTotalDemand": 9380.0,
      "separationExits": 3540.0,
      "separationTransfers": 5514.0,
      "forecastGrowth": 326.0,
      "forecastPctGrowth": 0.004
    }
  ],
  "queryOccupation": null,
  "total": null,
  "metadata": {
    "emplYear": 2021,
    "emplQtr": 1,
    "wageYear": 2020,
    "regionName": "Abilene, TX MSA"
  }
}