This application is a simple API that returns the job outlook for a given program. This page and the links below are displays of the data for the browser.
The endpoint for this application is GET https://job-outlook.kctcsweb.com/api/program-job-outlook.
The request has a required parameter cip (e.g. 110101 or 11.0101 both are valid) and an optional parameter institution which defaults to kctcs if not provided. Passing an institution other than kctcs will return the stats for the region the institution is in/closest to. Otherwise, the state-wide stats for the program will be returned.
The options for the institution parameter are:
kctcs: State-wide statsashland: Ashlandbigsandy: Big Sandybluegrass: Bluegrasselizabethtown: Elizabethtowngateway: Gatewayhazard: Hazardhenderson: Hendersonhopkinsville: Hopkinsvillejefferson: Jeffersonmadisonville: Madisonvillemaysville: Maysvilleowensboro: Owensborosomerset: Somersetsouthcentral: Southcentralsoutheast: Southeastwestkentucky: West KentuckyThe response is a JSON object with the following properties (asterisk indicates the property will always be present, otherwise it may be null or an empty array):
*program_area: The program areapost_kctcs_graduate_count: The number of graduates from KCTCSpost_kctcs_graduate_count_formatted: The number of graduates from KCTCS formatted*region: The regionpost_kctcs_employment_rate: The employment rate from KCTCSpost_kctcs_employment_rate_formatted: The employment rate from KCTCS formattedpost_kctcs_median_annual_wages: The median annual wages from KCTCSpost_kctcs_median_annual_wages_formatted: The median annual wages from KCTCS formattedoccupation_outlooks: An array of occupation outlooks (objects with the following properties:)occupation_code: The O*NET code of the occupationoccupation_title: The title of the occupationoccupation_description: The description of the occupationmedian_annual_wages: The median annual wages of the occupationmedian_annual_wages_formatted: The median annual wages of the occupation formattedsub_occupation_descriptions: An array of sub-occupation descriptions (objects with the following properties:)occupation_code: The O*NET code of the occupation descriptionoccupation_title: The title of the occupation descriptionoccupation_description: The description of the occupation description