Web API: List training programs by element ID

List training programs by element ID

The 'List Training Programs by Element ID' Web API enables developers to input an Element ID (skills, knowledge, or ability ID) and get results of Training Programs and other related information. It works in conjunction with complementary APIs from CareerOneStop that identify IDs.

About this data

The API provides search results for a Training Program based on an Element ID entered. This data is found in the Local Training Finder on www.CareerOneStop.org. For more information on the data, go to that tool's help page.

Resource URL

https://api.careeronestop.org/v1/Training/{userId}/skill/{elementId}/{location}/{radius}/{occupation}/{programName}/{programLength}/{state}/{region}/{sortColumns}/{sortDirections}/{startRecord}/{limitRecord}

Example Code

using System;

using System.Net.Http;

using System.Net.Http.Headers;

using System.Threading.Tasks;

namespace CareerOneStopAPISample

{

    class Program

    {

        static void Main(string[] args)

        {

            CreateRequest().Wait();

        }

        private static async Task CreateRequest()

        {

   

            var uri = new UriBuilder(Uri.UriSchemeHttps, "api.careeronestop.org")

            {

                Path = "/v1/Training/{userId}/skill/{elementId}/{location}/{radius}/{occupation}/{programName}/{programLength}/{state}/{region}/{sortColumns}/{sortDirections}/{startRecord}/{limitRecord}"

            };

           

            using (var http = new HttpClient())

            {

                http.DefaultRequestHeaders.Accept.Clear();

                http.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", "Your API Token");

                http.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));

                var response = await http.GetAsync(uri.Uri).ConfigureAwait(false);

                if (response.IsSuccessStatusCode)

                {

                    var result = await response.Content.ReadAsStringAsync().ConfigureAwait(false);

                }

            }

        }

    }

}
import java.io.IOException;

import java.net.URI;

import java.net.URISyntaxException;

import org.apache.http.HttpEntity;

import org.apache.http.client.methods.CloseableHttpResponse;

import org.apache.http.client.methods.HttpGet;

import org.apache.http.client.utils.URIBuilder;

import org.apache.http.impl.client.CloseableHttpClient;

import org.apache.http.impl.client.HttpClients;

import org.apache.http.util.EntityUtils;

public class CareerOneStopAPISample {

    public static void main(String[] args) throws IOException, URISyntaxException {

    URI uri = new URIBuilder()

        .setScheme("https")

        .setHost("api.careeronestop.org")

        .setPath("/v1/Training/{userId}/skill/{elementId}/{location}/{radius}/{occupation}/{programName}/{programLength}/{state}/{region}/{sortColumns}/{sortDirections}/{startRecord}/{limitRecord}")

        .build();

    CloseableHttpResponse response = null;

    HttpGet httpGet = null;

    try {

        CloseableHttpClient httpClient = HttpClients.createDefault();

        httpGet = new HttpGet(uri);

        httpGet.setHeader("Content-Type","application/json");

        httpGet.setHeader("Authorization", "Bearer Your API Token");

        response = httpClient.execute(httpGet);

        HttpEntity entity = response.getEntity();

        System.out.println(EntityUtils.toString(entity));

    } finally {

        if(httpGet != null) httpGet.releaseConnection();

        if(response != null) response.close();

    }

   }

}

Request Parameters

Refer to the following table for a list of the required and optional request parameters. All parameter names and values are case sensitive. Important: You must provide all required parameters. Submitting an empty request does not return all possible results; an empty request returns an error.

Parameter Name Value Required? Description
API Token
String
Yes
This value is the unique API Token provided during the CareerOneStop Web API registration process.
userId
String
Yes This value is the unique UserID provided during the CareerOneStop Web API registration process.
elementId String
Yes This value is the skills knowledge or ability ID from the ONET dataset
location
String
Yes This value accepts a city, state (Chicago, IL) or state (IL) or ZIP code (61299). Use 0 for nationwide results.
radius
String Yes This value accepts a radius size in miles around a specified location.
occupation
String Yes This is a filter to limit the records based on the selected occupation from the initial resultset. The required filter can be obtained from the filterlist values.
programName
String Yes This is a filter to limit the records based on the selected program name from the initial resultset. The required filter can be obtained from the filterlist values.
programLength
String Yes This is a filter to limit the records based on the selected program length from the initial resultset. The required filter can be obtained from the filterlist values.
state
String Yes This is a filter to limit the records based on the selected state from the initial resultset. The required filter can be obtained from the filterlist values.
region
String Yes This is a filter to limit the records based on the selected region from the initial resultset. The valid values are US Service schools, New England, Mid East, Great Lakes, Plains, Southeast, Southwest, Rocky Mountains, Far West, Outlying areas.
sortColumns
String Yes

This value is for sorting the columns. Valid values are School or Program Name and default value is 0 for relevance

sortDirection
String Yes

Use this parameter to set the ordering of the results. Valid values are ASC, DESC and 0. Default value is 0 for relevance.

startRecord
Integer
Yes This value is to set the starting record. Default value 0 is for the first record.
limitRecord
Integer
Yes This value sets the limit of the maximum number of records to be returned. Default value is 10.

Response Structure


{

  "SchoolPrograms": [

    {

      "ID": "150000",

      "SchoolName": "Northern Virginia Community College",

      "SchoolUrl": "https://www.nvcc.edu/",

      "Address": "4001 Wakefield Chapel Rd",

      "City": "Annandale",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "22003-3796",

      "Phone": "7033233000",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "In-person"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Engineering Technologies/Technicians, General",

      "StudentGraduated": "2 years: 12||Certificates of at least 12 weeks but less than 1 year: 7",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Associate's degree, usually 2 years",

          "Value": "Associate~F~apos~Q~s degree~D~ usually 2 years"

        },

        {

          "Name": "Certificate, 12 weeks to less than 1 year",

          "Value": "Certificate~D~ 12 weeks to less than 1 year"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Aerospace Engineering and Operations Technologists and Technicians",

          "Value": "Aerospace Engineering and Operations Technologists and Technicians"

        },

        {

          "Name": "Civil Engineering Technologists and Technicians",

          "Value": "Civil Engineering Technologists and Technicians"

        },

        {

          "Name": "Electrical and Electronic Engineering Technologists and Technicians",

          "Value": "Electrical and Electronic Engineering Technologists and Technicians"

        },

        {

          "Name": "Electro-Mechanical and Mechatronics Technologists and Technicians",

          "Value": "Electro~B~Mechanical and Mechatronics Technologists and Technicians"

        }

      ]

    },

    {

      "ID": "143501",

      "SchoolName": "Virginia Polytechnic Institute and State University",

      "SchoolUrl": "www.vt.edu/",

      "Address": "210 Burruss Hall, 800 Drillfield Dr.",

      "City": "Blacksburg",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "24061-0131",

      "Phone": "5402316994",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "In-person"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Industrial Engineering",

      "StudentGraduated": "4 years: 207||Less than one year: 1||More than 4 years: 23||More than 4 years: 65",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Bachelor's degree, usually 4 years",

          "Value": "Bachelor~F~apos~Q~s degree~D~ usually 4 years"

        },

        {

          "Name": "Beyond bachelor's degree",

          "Value": "Beyond bachelor~F~apos~Q~s degree"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Architectural and Engineering Managers",

          "Value": "Architectural and Engineering Managers"

        },

        {

          "Name": "Engineering Teachers, Postsecondary",

          "Value": "Engineering Teachers~D~ Postsecondary"

        },

        {

          "Name": "Industrial Engineers",

          "Value": "Industrial Engineers"

        },

        {

          "Name": "Industrial Production Managers",

          "Value": "Industrial Production Managers"

        }

      ]

    },

    {

      "ID": "140801",

      "SchoolName": "Old Dominion University",

      "SchoolUrl": "www.odu.edu/",

      "Address": "5115 Hampton Blvd",

      "City": "Norfolk",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "23529",

      "Phone": "7576833000",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "In-person"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Civil Engineering, General",

      "StudentGraduated": "4 years: 39",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Bachelor's degree, usually 4 years",

          "Value": "Bachelor~F~apos~Q~s degree~D~ usually 4 years"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Architectural and Engineering Managers",

          "Value": "Architectural and Engineering Managers"

        },

        {

          "Name": "Civil Engineers",

          "Value": "Civil Engineers"

        },

        {

          "Name": "Engineering Teachers, Postsecondary",

          "Value": "Engineering Teachers~D~ Postsecondary"

        }

      ]

    },

    {

      "ID": "150000",

      "SchoolName": "Patrick & Henry Community College",

      "SchoolUrl": "www.patrickhenry.edu/",

      "Address": "645 Patriot Avenue",

      "City": "Martinsville",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "24112",

      "Phone": "2766560200",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "In-person"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Engineering Technologies/Technicians, General",

      "StudentGraduated": "2 years: 5",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Associate's degree, usually 2 years",

          "Value": "Associate~F~apos~Q~s degree~D~ usually 2 years"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Aerospace Engineering and Operations Technologists and Technicians",

          "Value": "Aerospace Engineering and Operations Technologists and Technicians"

        },

        {

          "Name": "Civil Engineering Technologists and Technicians",

          "Value": "Civil Engineering Technologists and Technicians"

        },

        {

          "Name": "Electrical and Electronic Engineering Technologists and Technicians",

          "Value": "Electrical and Electronic Engineering Technologists and Technicians"

        },

        {

          "Name": "Electro-Mechanical and Mechatronics Technologists and Technicians",

          "Value": "Electro~B~Mechanical and Mechatronics Technologists and Technicians"

        }

      ]

    },

    {

      "ID": "141001",

      "SchoolName": "Virginia Military Institute",

      "SchoolUrl": "www.vmi.edu/",

      "Address": null,

      "City": "Lexington",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "24450-0304",

      "Phone": "5404647207",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "In-person"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Electrical and Electronics Engineering",

      "StudentGraduated": "4 years: 12",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Bachelor's degree, usually 4 years",

          "Value": "Bachelor~F~apos~Q~s degree~D~ usually 4 years"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Aerospace Engineers",

          "Value": "Aerospace Engineers"

        },

        {

          "Name": "Architectural and Engineering Managers",

          "Value": "Architectural and Engineering Managers"

        },

        {

          "Name": "Computer Hardware Engineers",

          "Value": "Computer Hardware Engineers"

        },

        {

          "Name": "Electrical Engineers",

          "Value": "Electrical Engineers"

        },

        {

          "Name": "Electronics Engineers, Except Computer",

          "Value": "Electronics Engineers~D~ Except Computer"

        },

        {

          "Name": "Engineering Teachers, Postsecondary",

          "Value": "Engineering Teachers~D~ Postsecondary"

        }

      ]

    },

    {

      "ID": "141001",

      "SchoolName": "Virginia Polytechnic Institute and State University",

      "SchoolUrl": "www.vt.edu/",

      "Address": "210 Burruss Hall, 800 Drillfield Dr.",

      "City": "Blacksburg",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "24061-0131",

      "Phone": "5402316994",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "In-person"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Electrical and Electronics Engineering",

      "StudentGraduated": "4 years: 107||More than 4 years: 33||More than 4 years: 62",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Bachelor's degree, usually 4 years",

          "Value": "Bachelor~F~apos~Q~s degree~D~ usually 4 years"

        },

        {

          "Name": "Beyond bachelor's degree",

          "Value": "Beyond bachelor~F~apos~Q~s degree"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Aerospace Engineers",

          "Value": "Aerospace Engineers"

        },

        {

          "Name": "Architectural and Engineering Managers",

          "Value": "Architectural and Engineering Managers"

        },

        {

          "Name": "Computer Hardware Engineers",

          "Value": "Computer Hardware Engineers"

        },

        {

          "Name": "Electrical Engineers",

          "Value": "Electrical Engineers"

        },

        {

          "Name": "Electronics Engineers, Except Computer",

          "Value": "Electronics Engineers~D~ Except Computer"

        },

        {

          "Name": "Engineering Teachers, Postsecondary",

          "Value": "Engineering Teachers~D~ Postsecondary"

        }

      ]

    },

    {

      "ID": "143501",

      "SchoolName": "George Mason University",

      "SchoolUrl": "https://www.gmu.edu/",

      "Address": "4400 University Dr",

      "City": "Fairfax",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "22030-4444",

      "Phone": "7039931000",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "In-person"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Industrial Engineering",

      "StudentGraduated": "More than 4 years: 9",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Beyond bachelor's degree",

          "Value": "Beyond bachelor~F~apos~Q~s degree"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Architectural and Engineering Managers",

          "Value": "Architectural and Engineering Managers"

        },

        {

          "Name": "Engineering Teachers, Postsecondary",

          "Value": "Engineering Teachers~D~ Postsecondary"

        },

        {

          "Name": "Industrial Engineers",

          "Value": "Industrial Engineers"

        },

        {

          "Name": "Industrial Production Managers",

          "Value": "Industrial Production Managers"

        }

      ]

    },

    {

      "ID": "141004",

      "SchoolName": "George Mason University",

      "SchoolUrl": "https://www.gmu.edu/",

      "Address": "4400 University Dr",

      "City": "Fairfax",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "22030-4444",

      "Phone": "7039931000",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "",

        "Online"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Telecommunications Engineering",

      "StudentGraduated": "Less than one year: 4",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Beyond bachelor's degree",

          "Value": "Beyond bachelor~F~apos~Q~s degree"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Architectural and Engineering Managers",

          "Value": "Architectural and Engineering Managers"

        },

        {

          "Name": "Electronics Engineers, Except Computer",

          "Value": "Electronics Engineers~D~ Except Computer"

        },

        {

          "Name": "Engineering Teachers, Postsecondary",

          "Value": "Engineering Teachers~D~ Postsecondary"

        },

        {

          "Name": "Engineers, All Other",

          "Value": "Engineers~D~ All Other"

        }

      ]

    },

    {

      "ID": "140901",

      "SchoolName": "Christopher Newport University",

      "SchoolUrl": "https://cnu.edu/",

      "Address": "1 Avenue of the Arts",

      "City": "Newport News",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "23606-3072",

      "Phone": "7575947000",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "In-person"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Computer Engineering, General",

      "StudentGraduated": "4 years: 10",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Bachelor's degree, usually 4 years",

          "Value": "Bachelor~F~apos~Q~s degree~D~ usually 4 years"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Architectural and Engineering Managers",

          "Value": "Architectural and Engineering Managers"

        },

        {

          "Name": "Computer Hardware Engineers",

          "Value": "Computer Hardware Engineers"

        },

        {

          "Name": "Computer Network Architects",

          "Value": "Computer Network Architects"

        },

        {

          "Name": "Database Architects",

          "Value": "Database Architects"

        },

        {

          "Name": "Engineering Teachers, Postsecondary",

          "Value": "Engineering Teachers~D~ Postsecondary"

        },

        {

          "Name": "Software Developers",

          "Value": "Software Developers"

        },

        {

          "Name": "Software Quality Assurance Analysts and Testers",

          "Value": "Software Quality Assurance Analysts and Testers"

        }

      ]

    },

    {

      "ID": "140702",

      "SchoolName": "Virginia Commonwealth University",

      "SchoolUrl": "https://www.vcu.edu/",

      "Address": "910 W Franklin St",

      "City": "Richmond",

      "StateAbbr": "VA",

      "StateName": "Virginia",

      "Zip": "23284-2512",

      "Phone": "8048280100",

      "Distance": null,

      "Region": "Southeast",

      "Format": [

        "In-person"

      ],

      "RegionCode": "5",

      "TotalEnrollment": null,

      "ProgramName": "Chemical and Biomolecular Engineering",

      "StudentGraduated": "More than 4 years: 4",

      "ElementID": "2.C.3.b",

      "ProgramLength": [

        {

          "Name": "Beyond bachelor's degree",

          "Value": "Beyond bachelor~F~apos~Q~s degree"

        }

      ],

      "Occupationslist": [

        {

          "Name": "Architectural and Engineering Managers",

          "Value": "Architectural and Engineering Managers"

        },

        {

          "Name": "Bioengineers and Biomedical Engineers",

          "Value": "Bioengineers and Biomedical Engineers"

        },

        {

          "Name": "Chemical Engineers",

          "Value": "Chemical Engineers"

        },

        {

          "Name": "Engineering Teachers, Postsecondary",

          "Value": "Engineering Teachers~D~ Postsecondary"

        },

        {

          "Name": "Engineers, All Other",

          "Value": "Engineers~D~ All Other"

        }

      ]

    }

  ],

  "RecordCount": 269,

  "DidYouMean": null,

  "AutoCorrection": null,

  "LocationCountList": {

    "UndoList": [],

    "FilterList": []

  },

  "CityCountList": {

    "UndoList": [],

    "FilterList": [

      {

        "Item": "Norfolk (29)",

        "Count": 29,

        "Value": "Norfolk"

      },

      {

        "Item": "Blacksburg (20)",

        "Count": 20,

        "Value": "Blacksburg"

      },

      {

        "Item": "Lynchburg (18)",

        "Count": 18,

        "Value": "Lynchburg"

      },

      {

        "Item": "Charlottesville (14)",

        "Count": 14,

        "Value": "Charlottesville"

      },

      {

        "Item": "Richmond (14)",

        "Count": 14,

        "Value": "Richmond"

      },

      {

        "Item": "Fairfax (12)",

        "Count": 12,

        "Value": "Fairfax"

      },

      {

        "Item": "Hampton (11)",

        "Count": 11,

        "Value": "Hampton"

      },

      {

        "Item": "Chester (10)",

        "Count": 10,

        "Value": "Chester"

      },

      {

        "Item": "Big Stone Gap (9)",

        "Count": 9,

        "Value": "Big Stone Gap"

      },

      {

        "Item": "Annandale (8)",

        "Count": 8,

        "Value": "Annandale"

      },

      {

        "Item": "Cedar Bluff (8)",

        "Count": 8,

        "Value": "Cedar Bluff"

      },

      {

        "Item": "Virginia Beach (8)",

        "Count": 8,

        "Value": "Virginia Beach"

      },

      {

        "Item": "Weyers Cave (8)",

        "Count": 8,

        "Value": "Weyers Cave"

      },

      {

        "Item": "Arlington (7)",

        "Count": 7,

        "Value": "Arlington"

      },

      {

        "Item": "Dublin (7)",

        "Count": 7,

        "Value": "Dublin"

      },

      {

        "Item": "Locust Grove (7)",

        "Count": 7,

        "Value": "Locust Grove"

      },

      {

        "Item": "Middletown (7)",

        "Count": 7,

        "Value": "Middletown"

      },

      {

        "Item": "Abingdon (6)",

        "Count": 6,

        "Value": "Abingdon"

      },

      {

        "Item": "Danville (6)",

        "Count": 6,

        "Value": "Danville"

      },

      {

        "Item": "Franklin (6)",

        "Count": 6,

        "Value": "Franklin"

      },

      {

        "Item": "Martinsville (6)",

        "Count": 6,

        "Value": "Martinsville"

      },

      {

        "Item": "Petersburg (6)",

        "Count": 6,

        "Value": "Petersburg"

      },

      {

        "Item": "Alberta (5)",

        "Count": 5,

        "Value": "Alberta"

      },

      {

        "Item": "Clifton Forge (5)",

        "Count": 5,

        "Value": "Clifton Forge"

      },

      {

        "Item": "Lexington (5)",

        "Count": 5,

        "Value": "Lexington"

      },

      {

        "Item": "Roanoke (5)",

        "Count": 5,

        "Value": "Roanoke"

      },

      {

        "Item": "Glenns (4)",

        "Count": 4,

        "Value": "Glenns"

      },

      {

        "Item": "Melfa (4)",

        "Count": 4,

        "Value": "Melfa"

      },

      {

        "Item": "Wytheville (3)",

        "Count": 3,

        "Value": "Wytheville"

      },

      {

        "Item": "Ashland (2)",

        "Count": 2,

        "Value": "Ashland"

      },

      {

        "Item": "Harrisonburg (2)",

        "Count": 2,

        "Value": "Harrisonburg"

      },

      {

        "Item": "Newport News (2)",

        "Count": 2,

        "Value": "Newport News"

      },

      {

        "Item": "Emory (1)",

        "Count": 1,

        "Value": "Emory"

      },

      {

        "Item": "Hampden-Sydney (1)",

        "Count": 1,

        "Value": "Hampden~B~Sydney"

      },

      {

        "Item": "Salem (1)",

        "Count": 1,

        "Value": "Salem"

      },

      {

        "Item": "Sweet Briar (1)",

        "Count": 1,

        "Value": "Sweet Briar"

      },

      {

        "Item": "Wise (1)",

        "Count": 1,

        "Value": "Wise"

      }

    ]

  },

  "RegionCountList": {

    "UndoList": [],

    "FilterList": []

  },

  "OccupationCountList": {

    "UndoList": [],

    "FilterList": [

      {

        "Item": "Architectural and Engineering Managers (123)",

        "Count": 123,

        "Value": "Architectural and Engineering Managers"

      },

      {

        "Item": "Engineering Teachers, Postsecondary (121)",

        "Count": 121,

        "Value": "Engineering Teachers~D~ Postsecondary"

      },

      {

        "Item": "Industrial Engineering Technologists and Technicians (64)",

        "Count": 64,

        "Value": "Industrial Engineering Technologists and Technicians"

      },

      {

        "Item": "Engineers, All Other (53)",

        "Count": 53,

        "Value": "Engineers~D~ All Other"

      },

      {

        "Item": "Electrical and Electronics Drafters (42)",

        "Count": 42,

        "Value": "Electrical and Electronics Drafters"

      },

      {

        "Item": "Electrical and Electronic Engineering Technologists and Technicians (40)",

        "Count": 40,

        "Value": "Electrical and Electronic Engineering Technologists and Technicians"

      },

      {

        "Item": "Electro-Mechanical and Mechatronics Technologists and Technicians (37)",

        "Count": 37,

        "Value": "Electro~B~Mechanical and Mechatronics Technologists and Technicians"

      },

      {

        "Item": "Aerospace Engineering and Operations Technologists and Technicians (35)",

        "Count": 35,

        "Value": "Aerospace Engineering and Operations Technologists and Technicians"

      },

      {

        "Item": "Calibration Technologists and Technicians (26)",

        "Count": 26,

        "Value": "Calibration Technologists and Technicians"

      },

      {

        "Item": "Electrical and Electronics Repairers, Powerhouse, Substation, and Relay (25)",

        "Count": 25,

        "Value": "Electrical and Electronics Repairers~D~ Powerhouse~D~ Substation~D~ and Relay"

      },

      {

        "Item": "Aerospace Engineers (21)",

        "Count": 21,

        "Value": "Aerospace Engineers"

      },

      {

        "Item": "Architectural and Civil Drafters (20)",

        "Count": 20,

        "Value": "Architectural and Civil Drafters"

      },

      {

        "Item": "Computer Hardware Engineers (20)",

        "Count": 20,

        "Value": "Computer Hardware Engineers"

      },

      {

        "Item": "Database Architects (19)",

        "Count": 19,

        "Value": "Database Architects"

      },

      {

        "Item": "Engineering Technologists and Technicians, Except Drafters, All Other (18)",

        "Count": 18,

        "Value": "Engineering Technologists and Technicians~D~ Except Drafters~D~ All Other"

      },

      {

        "Item": "Mechanical Drafters (18)",

        "Count": 18,

        "Value": "Mechanical Drafters"

      },

      {

        "Item": "Civil Engineering Technologists and Technicians (17)",

        "Count": 17,

        "Value": "Civil Engineering Technologists and Technicians"

      },

      {

        "Item": "Drafters, All Other (17)",

        "Count": 17,

        "Value": "Drafters~D~ All Other"

      },

      {

        "Item": "Software Quality Assurance Analysts and Testers (17)",

        "Count": 17,

        "Value": "Software Quality Assurance Analysts and Testers"

      },

      {

        "Item": "Cost Estimators (14)",

        "Count": 14,

        "Value": "Cost Estimators"

      },

      {

        "Item": "Software Developers (14)",

        "Count": 14,

        "Value": "Software Developers"

      },

      {

        "Item": "Industrial Engineers (13)",

        "Count": 13,

        "Value": "Industrial Engineers"

      },

      {

        "Item": "Computer Network Architects (11)",

        "Count": 11,

        "Value": "Computer Network Architects"

      },

      {

        "Item": "Electronics Engineers, Except Computer (10)",

        "Count": 10,

        "Value": "Electronics Engineers~D~ Except Computer"

      },

      {

        "Item": "Mechanical Engineers (10)",

        "Count": 10,

        "Value": "Mechanical Engineers"

      },

      {

        "Item": "Electrical Engineers (9)",

        "Count": 9,

        "Value": "Electrical Engineers"

      },

      {

        "Item": "Cartographers and Photogrammetrists (8)",

        "Count": 8,

        "Value": "Cartographers and Photogrammetrists"

      },

      {

        "Item": "Surveyors (8)",

        "Count": 8,

        "Value": "Surveyors"

      },

      {

        "Item": "Bioengineers and Biomedical Engineers (7)",

        "Count": 7,

        "Value": "Bioengineers and Biomedical Engineers"

      },

      {

        "Item": "Civil Engineers (7)",

        "Count": 7,

        "Value": "Civil Engineers"

      },

      {

        "Item": "Mechanical Engineering Technologists and Technicians (7)",

        "Count": 7,

        "Value": "Mechanical Engineering Technologists and Technicians"

      },

      {

        "Item": "Chemical Engineers (6)",

        "Count": 6,

        "Value": "Chemical Engineers"

      },

      {

        "Item": "Industrial Production Managers (6)",

        "Count": 6,

        "Value": "Industrial Production Managers"

      },

      {

        "Item": "Natural Sciences Managers (4)",

        "Count": 4,

        "Value": "Natural Sciences Managers"

      },

      {

        "Item": "Traffic Technicians (4)",

        "Count": 4,

        "Value": "Traffic Technicians"

      },

      {

        "Item": "Facilities Managers (3)",

        "Count": 3,

        "Value": "Facilities Managers"

      },

      {

        "Item": "Marine Engineers and Naval Architects (3)",

        "Count": 3,

        "Value": "Marine Engineers and Naval Architects"

      },

      {

        "Item": "Materials Engineers (3)",

        "Count": 3,

        "Value": "Materials Engineers"

      },

      {

        "Item": "Physicists (3)",

        "Count": 3,

        "Value": "Physicists"

      },

      {

        "Item": "Environmental Engineers (2)",

        "Count": 2,

        "Value": "Environmental Engineers"

      },

      {

        "Item": "Geological Technicians, Except Hydrologic Technicians (2)",

        "Count": 2,

        "Value": "Geological Technicians~D~ Except Hydrologic Technicians"

      },

      {

        "Item": "Health and Safety Engineers, Except Mining Safety Engineers and Inspectors (2)",

        "Count": 2,

        "Value": "Health and Safety Engineers~D~ Except Mining Safety Engineers and Inspectors"

      },

      {

        "Item": "Service Unit Operators, Oil and Gas (2)",

        "Count": 2,

        "Value": "Service Unit Operators~D~ Oil and Gas"

      },

      {

        "Item": "Agricultural Engineers (1)",

        "Count": 1,

        "Value": "Agricultural Engineers"

      },

      {

        "Item": "Commercial and Industrial Designers (1)",

        "Count": 1,

        "Value": "Commercial and Industrial Designers"

      },

      {

        "Item": "Construction Managers (1)",

        "Count": 1,

        "Value": "Construction Managers"

      },

      {

        "Item": "Medical Equipment Repairers (1)",

        "Count": 1,

        "Value": "Medical Equipment Repairers"

      },

      {

        "Item": "Mining and Geological Engineers, Including Mining Safety Engineers (1)",

        "Count": 1,

        "Value": "Mining and Geological Engineers~D~ Including Mining Safety Engineers"

      },

      {

        "Item": "Nuclear Engineers (1)",

        "Count": 1,

        "Value": "Nuclear Engineers"

      },

      {

        "Item": "Nuclear Technicians (1)",

        "Count": 1,

        "Value": "Nuclear Technicians"

      },

      {

        "Item": "Operations Research Analysts (1)",

        "Count": 1,

        "Value": "Operations Research Analysts"

      },

      {

        "Item": "Postsecondary Teachers, All Other (1)",

        "Count": 1,

        "Value": "Postsecondary Teachers~D~ All Other"

      },

      {

        "Item": "Wind Turbine Service Technicians (1)",

        "Count": 1,

        "Value": "Wind Turbine Service Technicians"

      }

    ]

  },

  "ProgramCountList": {

    "UndoList": [],

    "FilterList": [

      {

        "Item": "Engineering, General (26)",

        "Count": 26,

        "Value": "Engineering~D~ General"

      },

      {

        "Item": "Electrical, Electronic, and Communications Engineering Technology/Technician (25)",

        "Count": 25,

        "Value": "Electrical~D~ Electronic~D~ and Communications Engineering Technology~I~Technician"

      },

      {

        "Item": "Industrial Technology/Technician (24)",

        "Count": 24,

        "Value": "Industrial Technology~I~Technician"

      },

      {

        "Item": "Industrial Production Technologies/Technicians, Other (19)",

        "Count": 19,

        "Value": "Industrial Production Technologies~I~Technicians~D~ Other"

      },

      {

        "Item": "Manufacturing Engineering Technology/Technician (17)",

        "Count": 17,

        "Value": "Manufacturing Engineering Technology~I~Technician"

      },

      {

        "Item": "CAD/CADD Drafting and/or Design Technology/Technician (16)",

        "Count": 16,

        "Value": "CAD~I~CADD Drafting and~I~or Design Technology~I~Technician"

      },

      {

        "Item": "Computer Engineering, General (10)",

        "Count": 10,

        "Value": "Computer Engineering~D~ General"

      },

      {

        "Item": "Engineering Technologies/Technicians, General (10)",

        "Count": 10,

        "Value": "Engineering Technologies~I~Technicians~D~ General"

      },

      {

        "Item": "Electrical and Electronics Engineering (9)",

        "Count": 9,

        "Value": "Electrical and Electronics Engineering"

      },

      {

        "Item": "Mechanical Engineering (9)",

        "Count": 9,

        "Value": "Mechanical Engineering"

      },

      {

        "Item": "Surveying Engineering (8)",

        "Count": 8,

        "Value": "Surveying Engineering"

      },

      {

        "Item": "Environmental Control Technologies/Technicians, Other (7)",

        "Count": 7,

        "Value": "Environmental Control Technologies~I~Technicians~D~ Other"

      },

      {

        "Item": "Bioengineering and Biomedical Engineering (6)",

        "Count": 6,

        "Value": "Bioengineering and Biomedical Engineering"

      },

      {

        "Item": "Civil Engineering, General (6)",

        "Count": 6,

        "Value": "Civil Engineering~D~ General"

      },

      {

        "Item": "Mechanical Engineering Related Technologies/Technicians, Other (6)",

        "Count": 6,

        "Value": "Mechanical Engineering Related Technologies~I~Technicians~D~ Other"

      },

      {

        "Item": "Systems Engineering (5)",

        "Count": 5,

        "Value": "Systems Engineering"

      },

      {

        "Item": "Chemical Engineering (4)",

        "Count": 4,

        "Value": "Chemical Engineering"

      },

      {

        "Item": "Civil Engineering Technologies/Technicians (4)",

        "Count": 4,

        "Value": "Civil Engineering Technologies~I~Technicians"

      },

      {

        "Item": "Computer Software Engineering (4)",

        "Count": 4,

        "Value": "Computer Software Engineering"

      },

      {

        "Item": "Engineering Science (4)",

        "Count": 4,

        "Value": "Engineering Science"

      },

      {

        "Item": "Aerospace, Aeronautical, and Astronautical/Space Engineering, General (3)",

        "Count": 3,

        "Value": "Aerospace~D~ Aeronautical~D~ and Astronautical~I~Space Engineering~D~ General"

      },

      {

        "Item": "Engineering Physics/Applied Physics (3)",

        "Count": 3,

        "Value": "Engineering Physics~I~Applied Physics"

      },

      {

        "Item": "Engineering/Industrial Management (3)",

        "Count": 3,

        "Value": "Engineering~I~Industrial Management"

      },

      {

        "Item": "Industrial Engineering (3)",

        "Count": 3,

        "Value": "Industrial Engineering"

      },

      {

        "Item": "Naval Architecture and Marine Engineering (3)",

        "Count": 3,

        "Value": "Naval Architecture and Marine Engineering"

      },

      {

        "Item": "Architectural Engineering Technologies/Technicians (2)",

        "Count": 2,

        "Value": "Architectural Engineering Technologies~I~Technicians"

      },

      {

        "Item": "Computer Engineering Technology/Technician (2)",

        "Count": 2,

        "Value": "Computer Engineering Technology~I~Technician"

      },

      {

        "Item": "Environmental/Environmental Health Engineering (2)",

        "Count": 2,

        "Value": "Environmental~I~Environmental Health Engineering"

      },

      {

        "Item": "Materials Engineering (2)",

        "Count": 2,

        "Value": "Materials Engineering"

      },

      {

        "Item": "Mining Technology/Technician (2)",

        "Count": 2,

        "Value": "Mining Technology~I~Technician"

      },

      {

        "Item": "Agricultural Engineering (1)",

        "Count": 1,

        "Value": "Agricultural Engineering"

      },

      {

        "Item": "Architectural Drafting and Architectural CAD/CADD (1)",

        "Count": 1,

        "Value": "Architectural Drafting and Architectural CAD~I~CADD"

      },

      {

        "Item": "Automation Engineer Technology/Technician (1)",

        "Count": 1,

        "Value": "Automation Engineer Technology~I~Technician"

      },

      {

        "Item": "Biomedical Technology/Technician (1)",

        "Count": 1,

        "Value": "Biomedical Technology~I~Technician"

      },

      {

        "Item": "Chemical and Biomolecular Engineering (1)",

        "Count": 1,

        "Value": "Chemical and Biomolecular Engineering"

      },

      {

        "Item": "Computer Engineering, Other (1)",

        "Count": 1,

        "Value": "Computer Engineering~D~ Other"

      },

      {

        "Item": "Computer Hardware Engineering (1)",

        "Count": 1,

        "Value": "Computer Hardware Engineering"

      },

      {

        "Item": "Computer/Computer Systems Technology/Technician (1)",

        "Count": 1,

        "Value": "Computer~I~Computer Systems Technology~I~Technician"

      },

      {

        "Item": "Construction Engineering (1)",

        "Count": 1,

        "Value": "Construction Engineering"

      },

      {

        "Item": "Construction Engineering Technology/Technician (1)",

        "Count": 1,

        "Value": "Construction Engineering Technology~I~Technician"

      },

      {

        "Item": "Drafting and Design Technology/Technician, General (1)",

        "Count": 1,

        "Value": "Drafting and Design Technology~I~Technician~D~ General"

      },

      {

        "Item": "Electrical/Electronic Engineering Technologies/Technicians, Other (1)",

        "Count": 1,

        "Value": "Electrical~I~Electronic Engineering Technologies~I~Technicians~D~ Other"

      },

      {

        "Item": "Engineering Mechanics (1)",

        "Count": 1,

        "Value": "Engineering Mechanics"

      },

      {

        "Item": "Manufacturing Engineering (1)",

        "Count": 1,

        "Value": "Manufacturing Engineering"

      },

      {

        "Item": "Mechanical/Mechanical Engineering Technology/Technician (1)",

        "Count": 1,

        "Value": "Mechanical~I~Mechanical Engineering Technology~I~Technician"

      },

      {

        "Item": "Mining and Mineral Engineering (1)",

        "Count": 1,

        "Value": "Mining and Mineral Engineering"

      },

      {

        "Item": "Nanotechnology (1)",

        "Count": 1,

        "Value": "Nanotechnology"

      },

      {

        "Item": "Nuclear Engineering (1)",

        "Count": 1,

        "Value": "Nuclear Engineering"

      },

      {

        "Item": "Nuclear Engineering Technology/Technician (1)",

        "Count": 1,

        "Value": "Nuclear Engineering Technology~I~Technician"

      },

      {

        "Item": "Ocean Engineering (1)",

        "Count": 1,

        "Value": "Ocean Engineering"

      },

      {

        "Item": "Operations Research (1)",

        "Count": 1,

        "Value": "Operations Research"

      },

      {

        "Item": "Packaging Science (1)",

        "Count": 1,

        "Value": "Packaging Science"

      },

      {

        "Item": "Polymer/Plastics Engineering (1)",

        "Count": 1,

        "Value": "Polymer~I~Plastics Engineering"

      },

      {

        "Item": "Telecommunications Engineering (1)",

        "Count": 1,

        "Value": "Telecommunications Engineering"

      },

      {

        "Item": "Wind Energy Technology/Technician (1)",

        "Count": 1,

        "Value": "Wind Energy Technology~I~Technician"

      }

    ]

  },

  "ProgramLengthCountList": {

    "UndoList": [],

    "FilterList": [

      {

        "Item": "Certificate, 12 weeks to less than 1 year (104)",

        "Count": 104,

        "Value": "Certificate~D~ 12 weeks to less than 1 year"

      },

      {

        "Item": "Bachelor's degree, usually 4 years (90)",

        "Count": 90,

        "Value": "Bachelor~F~apos~Q~s degree~D~ usually 4 years"

      },

      {

        "Item": "Associate's degree, usually 2 years (86)",

        "Count": 86,

        "Value": "Associate~F~apos~Q~s degree~D~ usually 2 years"

      },

      {

        "Item": "Beyond bachelor's degree (54)",

        "Count": 54,

        "Value": "Beyond bachelor~F~apos~Q~s degree"

      },

      {

        "Item": "Certificate, 1 year to less than 2 years (21)",

        "Count": 21,

        "Value": "Certificate~D~ 1 year to less than 2 years"

      }

    ]

  },

  "SchoolOrProgram": "P"

}

<SchoolProgram

xmlns:i="http://www.w3.org/2001/XMLSchema-instance"

xmlns="http://schemas.datacontract.org/2004/07/XPAND.CareerOneStop.WebApi.ViewModels">

<AutoCorrection i:nil="true"/>

<CityCountList>

<FilterList>

<ItemCount>

<Count>29</Count>

<Item>Norfolk (29)</Item>

<Value>Norfolk</Value>

</ItemCount>

<ItemCount>

<Count>20</Count>

<Item>Blacksburg (20)</Item>

<Value>Blacksburg</Value>

</ItemCount>

<ItemCount>

<Count>18</Count>

<Item>Lynchburg (18)</Item>

<Value>Lynchburg</Value>

</ItemCount>

<ItemCount>

<Count>14</Count>

<Item>Charlottesville (14)</Item>

<Value>Charlottesville</Value>

</ItemCount>

<ItemCount>

<Count>14</Count>

<Item>Richmond (14)</Item>

<Value>Richmond</Value>

</ItemCount>

<ItemCount>

<Count>12</Count>

<Item>Fairfax (12)</Item>

<Value>Fairfax</Value>

</ItemCount>

<ItemCount>

<Count>11</Count>

<Item>Hampton (11)</Item>

<Value>Hampton</Value>

</ItemCount>

<ItemCount>

<Count>10</Count>

<Item>Chester (10)</Item>

<Value>Chester</Value>

</ItemCount>

<ItemCount>

<Count>9</Count>

<Item>Big Stone Gap (9)</Item>

<Value>Big Stone Gap</Value>

</ItemCount>

<ItemCount>

<Count>8</Count>

<Item>Annandale (8)</Item>

<Value>Annandale</Value>

</ItemCount>

<ItemCount>

<Count>8</Count>

<Item>Cedar Bluff (8)</Item>

<Value>Cedar Bluff</Value>

</ItemCount>

<ItemCount>

<Count>8</Count>

<Item>Virginia Beach (8)</Item>

<Value>Virginia Beach</Value>

</ItemCount>

<ItemCount>

<Count>8</Count>

<Item>Weyers Cave (8)</Item>

<Value>Weyers Cave</Value>

</ItemCount>

<ItemCount>

<Count>7</Count>

<Item>Arlington (7)</Item>

<Value>Arlington</Value>

</ItemCount>

<ItemCount>

<Count>7</Count>

<Item>Dublin (7)</Item>

<Value>Dublin</Value>

</ItemCount>

<ItemCount>

<Count>7</Count>

<Item>Locust Grove (7)</Item>

<Value>Locust Grove</Value>

</ItemCount>

<ItemCount>

<Count>7</Count>

<Item>Middletown (7)</Item>

<Value>Middletown</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Abingdon (6)</Item>

<Value>Abingdon</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Danville (6)</Item>

<Value>Danville</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Franklin (6)</Item>

<Value>Franklin</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Martinsville (6)</Item>

<Value>Martinsville</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Petersburg (6)</Item>

<Value>Petersburg</Value>

</ItemCount>

<ItemCount>

<Count>5</Count>

<Item>Alberta (5)</Item>

<Value>Alberta</Value>

</ItemCount>

<ItemCount>

<Count>5</Count>

<Item>Clifton Forge (5)</Item>

<Value>Clifton Forge</Value>

</ItemCount>

<ItemCount>

<Count>5</Count>

<Item>Lexington (5)</Item>

<Value>Lexington</Value>

</ItemCount>

<ItemCount>

<Count>5</Count>

<Item>Roanoke (5)</Item>

<Value>Roanoke</Value>

</ItemCount>

<ItemCount>

<Count>4</Count>

<Item>Glenns (4)</Item>

<Value>Glenns</Value>

</ItemCount>

<ItemCount>

<Count>4</Count>

<Item>Melfa (4)</Item>

<Value>Melfa</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Wytheville (3)</Item>

<Value>Wytheville</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Ashland (2)</Item>

<Value>Ashland</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Harrisonburg (2)</Item>

<Value>Harrisonburg</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Newport News (2)</Item>

<Value>Newport News</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Emory (1)</Item>

<Value>Emory</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Hampden-Sydney (1)</Item>

<Value>Hampden~B~Sydney</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Salem (1)</Item>

<Value>Salem</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Sweet Briar (1)</Item>

<Value>Sweet Briar</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Wise (1)</Item>

<Value>Wise</Value>

</ItemCount>

</FilterList>

<UndoList/>

</CityCountList>

<DidYouMean

xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true"/>

<LocationCountList>

<FilterList/>

<UndoList/>

</LocationCountList>

<OccupationCountList>

<FilterList>

<ItemCount>

<Count>123</Count>

<Item>Architectural and Engineering Managers (123)</Item>

<Value>Architectural and Engineering Managers</Value>

</ItemCount>

<ItemCount>

<Count>121</Count>

<Item>Engineering Teachers, Postsecondary (121)</Item>

<Value>Engineering Teachers~D~ Postsecondary</Value>

</ItemCount>

<ItemCount>

<Count>64</Count>

<Item>Industrial Engineering Technologists and Technicians (64)</Item>

<Value>Industrial Engineering Technologists and Technicians</Value>

</ItemCount>

<ItemCount>

<Count>53</Count>

<Item>Engineers, All Other (53)</Item>

<Value>Engineers~D~ All Other</Value>

</ItemCount>

<ItemCount>

<Count>42</Count>

<Item>Electrical and Electronics Drafters (42)</Item>

<Value>Electrical and Electronics Drafters</Value>

</ItemCount>

<ItemCount>

<Count>40</Count>

<Item>Electrical and Electronic Engineering Technologists and Technicians (40)</Item>

<Value>Electrical and Electronic Engineering Technologists and Technicians</Value>

</ItemCount>

<ItemCount>

<Count>37</Count>

<Item>Electro-Mechanical and Mechatronics Technologists and Technicians (37)</Item>

<Value>Electro~B~Mechanical and Mechatronics Technologists and Technicians</Value>

</ItemCount>

<ItemCount>

<Count>35</Count>

<Item>Aerospace Engineering and Operations Technologists and Technicians (35)</Item>

<Value>Aerospace Engineering and Operations Technologists and Technicians</Value>

</ItemCount>

<ItemCount>

<Count>26</Count>

<Item>Calibration Technologists and Technicians (26)</Item>

<Value>Calibration Technologists and Technicians</Value>

</ItemCount>

<ItemCount>

<Count>25</Count>

<Item>Electrical and Electronics Repairers, Powerhouse, Substation, and Relay (25)</Item>

<Value>Electrical and Electronics Repairers~D~ Powerhouse~D~ Substation~D~ and Relay</Value>

</ItemCount>

<ItemCount>

<Count>21</Count>

<Item>Aerospace Engineers (21)</Item>

<Value>Aerospace Engineers</Value>

</ItemCount>

<ItemCount>

<Count>20</Count>

<Item>Architectural and Civil Drafters (20)</Item>

<Value>Architectural and Civil Drafters</Value>

</ItemCount>

<ItemCount>

<Count>20</Count>

<Item>Computer Hardware Engineers (20)</Item>

<Value>Computer Hardware Engineers</Value>

</ItemCount>

<ItemCount>

<Count>19</Count>

<Item>Database Architects (19)</Item>

<Value>Database Architects</Value>

</ItemCount>

<ItemCount>

<Count>18</Count>

<Item>Engineering Technologists and Technicians, Except Drafters, All Other (18)</Item>

<Value>Engineering Technologists and Technicians~D~ Except Drafters~D~ All Other</Value>

</ItemCount>

<ItemCount>

<Count>18</Count>

<Item>Mechanical Drafters (18)</Item>

<Value>Mechanical Drafters</Value>

</ItemCount>

<ItemCount>

<Count>17</Count>

<Item>Civil Engineering Technologists and Technicians (17)</Item>

<Value>Civil Engineering Technologists and Technicians</Value>

</ItemCount>

<ItemCount>

<Count>17</Count>

<Item>Drafters, All Other (17)</Item>

<Value>Drafters~D~ All Other</Value>

</ItemCount>

<ItemCount>

<Count>17</Count>

<Item>Software Quality Assurance Analysts and Testers (17)</Item>

<Value>Software Quality Assurance Analysts and Testers</Value>

</ItemCount>

<ItemCount>

<Count>14</Count>

<Item>Cost Estimators (14)</Item>

<Value>Cost Estimators</Value>

</ItemCount>

<ItemCount>

<Count>14</Count>

<Item>Software Developers (14)</Item>

<Value>Software Developers</Value>

</ItemCount>

<ItemCount>

<Count>13</Count>

<Item>Industrial Engineers (13)</Item>

<Value>Industrial Engineers</Value>

</ItemCount>

<ItemCount>

<Count>11</Count>

<Item>Computer Network Architects (11)</Item>

<Value>Computer Network Architects</Value>

</ItemCount>

<ItemCount>

<Count>10</Count>

<Item>Electronics Engineers, Except Computer (10)</Item>

<Value>Electronics Engineers~D~ Except Computer</Value>

</ItemCount>

<ItemCount>

<Count>10</Count>

<Item>Mechanical Engineers (10)</Item>

<Value>Mechanical Engineers</Value>

</ItemCount>

<ItemCount>

<Count>9</Count>

<Item>Electrical Engineers (9)</Item>

<Value>Electrical Engineers</Value>

</ItemCount>

<ItemCount>

<Count>8</Count>

<Item>Cartographers and Photogrammetrists (8)</Item>

<Value>Cartographers and Photogrammetrists</Value>

</ItemCount>

<ItemCount>

<Count>8</Count>

<Item>Surveyors (8)</Item>

<Value>Surveyors</Value>

</ItemCount>

<ItemCount>

<Count>7</Count>

<Item>Bioengineers and Biomedical Engineers (7)</Item>

<Value>Bioengineers and Biomedical Engineers</Value>

</ItemCount>

<ItemCount>

<Count>7</Count>

<Item>Civil Engineers (7)</Item>

<Value>Civil Engineers</Value>

</ItemCount>

<ItemCount>

<Count>7</Count>

<Item>Mechanical Engineering Technologists and Technicians (7)</Item>

<Value>Mechanical Engineering Technologists and Technicians</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Chemical Engineers (6)</Item>

<Value>Chemical Engineers</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Industrial Production Managers (6)</Item>

<Value>Industrial Production Managers</Value>

</ItemCount>

<ItemCount>

<Count>4</Count>

<Item>Natural Sciences Managers (4)</Item>

<Value>Natural Sciences Managers</Value>

</ItemCount>

<ItemCount>

<Count>4</Count>

<Item>Traffic Technicians (4)</Item>

<Value>Traffic Technicians</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Facilities Managers (3)</Item>

<Value>Facilities Managers</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Marine Engineers and Naval Architects (3)</Item>

<Value>Marine Engineers and Naval Architects</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Materials Engineers (3)</Item>

<Value>Materials Engineers</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Physicists (3)</Item>

<Value>Physicists</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Environmental Engineers (2)</Item>

<Value>Environmental Engineers</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Geological Technicians, Except Hydrologic Technicians (2)</Item>

<Value>Geological Technicians~D~ Except Hydrologic Technicians</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Health and Safety Engineers, Except Mining Safety Engineers and Inspectors (2)</Item>

<Value>Health and Safety Engineers~D~ Except Mining Safety Engineers and Inspectors</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Service Unit Operators, Oil and Gas (2)</Item>

<Value>Service Unit Operators~D~ Oil and Gas</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Agricultural Engineers (1)</Item>

<Value>Agricultural Engineers</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Commercial and Industrial Designers (1)</Item>

<Value>Commercial and Industrial Designers</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Construction Managers (1)</Item>

<Value>Construction Managers</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Medical Equipment Repairers (1)</Item>

<Value>Medical Equipment Repairers</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Mining and Geological Engineers, Including Mining Safety Engineers (1)</Item>

<Value>Mining and Geological Engineers~D~ Including Mining Safety Engineers</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Nuclear Engineers (1)</Item>

<Value>Nuclear Engineers</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Nuclear Technicians (1)</Item>

<Value>Nuclear Technicians</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Operations Research Analysts (1)</Item>

<Value>Operations Research Analysts</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Postsecondary Teachers, All Other (1)</Item>

<Value>Postsecondary Teachers~D~ All Other</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Wind Turbine Service Technicians (1)</Item>

<Value>Wind Turbine Service Technicians</Value>

</ItemCount>

</FilterList>

<UndoList/>

</OccupationCountList>

<ProgramCountList>

<FilterList>

<ItemCount>

<Count>26</Count>

<Item>Engineering, General (26)</Item>

<Value>Engineering~D~ General</Value>

</ItemCount>

<ItemCount>

<Count>25</Count>

<Item>Electrical, Electronic, and Communications Engineering Technology/Technician (25)</Item>

<Value>Electrical~D~ Electronic~D~ and Communications Engineering Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>24</Count>

<Item>Industrial Technology/Technician (24)</Item>

<Value>Industrial Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>19</Count>

<Item>Industrial Production Technologies/Technicians, Other (19)</Item>

<Value>Industrial Production Technologies~I~Technicians~D~ Other</Value>

</ItemCount>

<ItemCount>

<Count>17</Count>

<Item>Manufacturing Engineering Technology/Technician (17)</Item>

<Value>Manufacturing Engineering Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>16</Count>

<Item>CAD/CADD Drafting and/or Design Technology/Technician (16)</Item>

<Value>CAD~I~CADD Drafting and~I~or Design Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>10</Count>

<Item>Computer Engineering, General (10)</Item>

<Value>Computer Engineering~D~ General</Value>

</ItemCount>

<ItemCount>

<Count>10</Count>

<Item>Engineering Technologies/Technicians, General (10)</Item>

<Value>Engineering Technologies~I~Technicians~D~ General</Value>

</ItemCount>

<ItemCount>

<Count>9</Count>

<Item>Electrical and Electronics Engineering (9)</Item>

<Value>Electrical and Electronics Engineering</Value>

</ItemCount>

<ItemCount>

<Count>9</Count>

<Item>Mechanical Engineering (9)</Item>

<Value>Mechanical Engineering</Value>

</ItemCount>

<ItemCount>

<Count>8</Count>

<Item>Surveying Engineering (8)</Item>

<Value>Surveying Engineering</Value>

</ItemCount>

<ItemCount>

<Count>7</Count>

<Item>Environmental Control Technologies/Technicians, Other (7)</Item>

<Value>Environmental Control Technologies~I~Technicians~D~ Other</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Bioengineering and Biomedical Engineering (6)</Item>

<Value>Bioengineering and Biomedical Engineering</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Civil Engineering, General (6)</Item>

<Value>Civil Engineering~D~ General</Value>

</ItemCount>

<ItemCount>

<Count>6</Count>

<Item>Mechanical Engineering Related Technologies/Technicians, Other (6)</Item>

<Value>Mechanical Engineering Related Technologies~I~Technicians~D~ Other</Value>

</ItemCount>

<ItemCount>

<Count>5</Count>

<Item>Systems Engineering (5)</Item>

<Value>Systems Engineering</Value>

</ItemCount>

<ItemCount>

<Count>4</Count>

<Item>Chemical Engineering (4)</Item>

<Value>Chemical Engineering</Value>

</ItemCount>

<ItemCount>

<Count>4</Count>

<Item>Civil Engineering Technologies/Technicians (4)</Item>

<Value>Civil Engineering Technologies~I~Technicians</Value>

</ItemCount>

<ItemCount>

<Count>4</Count>

<Item>Computer Software Engineering (4)</Item>

<Value>Computer Software Engineering</Value>

</ItemCount>

<ItemCount>

<Count>4</Count>

<Item>Engineering Science (4)</Item>

<Value>Engineering Science</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Aerospace, Aeronautical, and Astronautical/Space Engineering, General (3)</Item>

<Value>Aerospace~D~ Aeronautical~D~ and Astronautical~I~Space Engineering~D~ General</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Engineering Physics/Applied Physics (3)</Item>

<Value>Engineering Physics~I~Applied Physics</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Engineering/Industrial Management (3)</Item>

<Value>Engineering~I~Industrial Management</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Industrial Engineering (3)</Item>

<Value>Industrial Engineering</Value>

</ItemCount>

<ItemCount>

<Count>3</Count>

<Item>Naval Architecture and Marine Engineering (3)</Item>

<Value>Naval Architecture and Marine Engineering</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Architectural Engineering Technologies/Technicians (2)</Item>

<Value>Architectural Engineering Technologies~I~Technicians</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Computer Engineering Technology/Technician (2)</Item>

<Value>Computer Engineering Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Environmental/Environmental Health Engineering (2)</Item>

<Value>Environmental~I~Environmental Health Engineering</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Materials Engineering (2)</Item>

<Value>Materials Engineering</Value>

</ItemCount>

<ItemCount>

<Count>2</Count>

<Item>Mining Technology/Technician (2)</Item>

<Value>Mining Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Agricultural Engineering (1)</Item>

<Value>Agricultural Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Architectural Drafting and Architectural CAD/CADD (1)</Item>

<Value>Architectural Drafting and Architectural CAD~I~CADD</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Automation Engineer Technology/Technician (1)</Item>

<Value>Automation Engineer Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Biomedical Technology/Technician (1)</Item>

<Value>Biomedical Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Chemical and Biomolecular Engineering (1)</Item>

<Value>Chemical and Biomolecular Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Computer Engineering, Other (1)</Item>

<Value>Computer Engineering~D~ Other</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Computer Hardware Engineering (1)</Item>

<Value>Computer Hardware Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Computer/Computer Systems Technology/Technician (1)</Item>

<Value>Computer~I~Computer Systems Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Construction Engineering (1)</Item>

<Value>Construction Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Construction Engineering Technology/Technician (1)</Item>

<Value>Construction Engineering Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Drafting and Design Technology/Technician, General (1)</Item>

<Value>Drafting and Design Technology~I~Technician~D~ General</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Electrical/Electronic Engineering Technologies/Technicians, Other (1)</Item>

<Value>Electrical~I~Electronic Engineering Technologies~I~Technicians~D~ Other</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Engineering Mechanics (1)</Item>

<Value>Engineering Mechanics</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Manufacturing Engineering (1)</Item>

<Value>Manufacturing Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Mechanical/Mechanical Engineering Technology/Technician (1)</Item>

<Value>Mechanical~I~Mechanical Engineering Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Mining and Mineral Engineering (1)</Item>

<Value>Mining and Mineral Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Nanotechnology (1)</Item>

<Value>Nanotechnology</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Nuclear Engineering (1)</Item>

<Value>Nuclear Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Nuclear Engineering Technology/Technician (1)</Item>

<Value>Nuclear Engineering Technology~I~Technician</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Ocean Engineering (1)</Item>

<Value>Ocean Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Operations Research (1)</Item>

<Value>Operations Research</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Packaging Science (1)</Item>

<Value>Packaging Science</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Polymer/Plastics Engineering (1)</Item>

<Value>Polymer~I~Plastics Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Telecommunications Engineering (1)</Item>

<Value>Telecommunications Engineering</Value>

</ItemCount>

<ItemCount>

<Count>1</Count>

<Item>Wind Energy Technology/Technician (1)</Item>

<Value>Wind Energy Technology~I~Technician</Value>

</ItemCount>

</FilterList>

<UndoList/>

</ProgramCountList>

<ProgramLengthCountList>

<FilterList>

<ItemCount>

<Count>104</Count>

<Item>Certificate, 12 weeks to less than 1 year (104)</Item>

<Value>Certificate~D~ 12 weeks to less than 1 year</Value>

</ItemCount>

<ItemCount>

<Count>90</Count>

<Item>Bachelor&amp;apos;s degree, usually 4 years (90)</Item>

<Value>Bachelor~F~apos~Q~s degree~D~ usually 4 years</Value>

</ItemCount>

<ItemCount>

<Count>86</Count>

<Item>Associate&amp;apos;s degree, usually 2 years (86)</Item>

<Value>Associate~F~apos~Q~s degree~D~ usually 2 years</Value>

</ItemCount>

<ItemCount>

<Count>54</Count>

<Item>Beyond bachelor&amp;apos;s degree (54)</Item>

<Value>Beyond bachelor~F~apos~Q~s degree</Value>

</ItemCount>

<ItemCount>

<Count>21</Count>

<Item>Certificate, 1 year to less than 2 years (21)</Item>

<Value>Certificate~D~ 1 year to less than 2 years</Value>

</ItemCount>

</FilterList>

<UndoList/>

</ProgramLengthCountList>

<RecordCount>269</RecordCount>

<RegionCountList>

<FilterList/>

<UndoList/>

</RegionCountList>

<SchoolOrProgram>P</SchoolOrProgram>

<SchoolPrograms>

<SchoolProgramDetails>

<Address>4001 Wakefield Chapel Rd</Address>

<City>Annandale</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string>In-person</d4p1:string>

</Format>

<ID>150000</ID>

<Occupationslist>

<Dimension>

<Name>Aerospace Engineering and Operations Technologists and Technicians</Name>

<Value>Aerospace Engineering and Operations Technologists and Technicians</Value>

</Dimension>

<Dimension>

<Name>Civil Engineering Technologists and Technicians</Name>

<Value>Civil Engineering Technologists and Technicians</Value>

</Dimension>

<Dimension>

<Name>Electrical and Electronic Engineering Technologists and Technicians</Name>

<Value>Electrical and Electronic Engineering Technologists and Technicians</Value>

</Dimension>

<Dimension>

<Name>Electro-Mechanical and Mechatronics Technologists and Technicians</Name>

<Value>Electro~B~Mechanical and Mechatronics Technologists and Technicians</Value>

</Dimension>

</Occupationslist>

<Phone>7033233000</Phone>

<ProgramLength>

<Dimension>

<Name>Associate&amp;apos;s degree, usually 2 years</Name>

<Value>Associate~F~apos~Q~s degree~D~ usually 2 years</Value>

</Dimension>

<Dimension>

<Name>Certificate, 12 weeks to less than 1 year</Name>

<Value>Certificate~D~ 12 weeks to less than 1 year</Value>

</Dimension>

</ProgramLength>

<ProgramName>Engineering Technologies/Technicians, General</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>Northern Virginia Community College</SchoolName>

<SchoolUrl>https://www.nvcc.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>2 years: 12||Certificates of at least 12 weeks but less than 1 year: 7</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>22003-3796</Zip>

</SchoolProgramDetails>

<SchoolProgramDetails>

<Address>210 Burruss Hall, 800 Drillfield Dr.</Address>

<City>Blacksburg</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string>In-person</d4p1:string>

</Format>

<ID>143501</ID>

<Occupationslist>

<Dimension>

<Name>Architectural and Engineering Managers</Name>

<Value>Architectural and Engineering Managers</Value>

</Dimension>

<Dimension>

<Name>Engineering Teachers, Postsecondary</Name>

<Value>Engineering Teachers~D~ Postsecondary</Value>

</Dimension>

<Dimension>

<Name>Industrial Engineers</Name>

<Value>Industrial Engineers</Value>

</Dimension>

<Dimension>

<Name>Industrial Production Managers</Name>

<Value>Industrial Production Managers</Value>

</Dimension>

</Occupationslist>

<Phone>5402316994</Phone>

<ProgramLength>

<Dimension>

<Name>Bachelor&amp;apos;s degree, usually 4 years</Name>

<Value>Bachelor~F~apos~Q~s degree~D~ usually 4 years</Value>

</Dimension>

<Dimension>

<Name>Beyond bachelor&amp;apos;s degree</Name>

<Value>Beyond bachelor~F~apos~Q~s degree</Value>

</Dimension>

</ProgramLength>

<ProgramName>Industrial Engineering</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>Virginia Polytechnic Institute and State University</SchoolName>

<SchoolUrl>www.vt.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>4 years: 207||Less than one year: 1||More than 4 years: 23||More than 4 years: 65</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>24061-0131</Zip>

</SchoolProgramDetails>

<SchoolProgramDetails>

<Address>5115 Hampton Blvd</Address>

<City>Norfolk</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string>In-person</d4p1:string>

</Format>

<ID>140801</ID>

<Occupationslist>

<Dimension>

<Name>Architectural and Engineering Managers</Name>

<Value>Architectural and Engineering Managers</Value>

</Dimension>

<Dimension>

<Name>Civil Engineers</Name>

<Value>Civil Engineers</Value>

</Dimension>

<Dimension>

<Name>Engineering Teachers, Postsecondary</Name>

<Value>Engineering Teachers~D~ Postsecondary</Value>

</Dimension>

</Occupationslist>

<Phone>7576833000</Phone>

<ProgramLength>

<Dimension>

<Name>Bachelor&amp;apos;s degree, usually 4 years</Name>

<Value>Bachelor~F~apos~Q~s degree~D~ usually 4 years</Value>

</Dimension>

</ProgramLength>

<ProgramName>Civil Engineering, General</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>Old Dominion University</SchoolName>

<SchoolUrl>www.odu.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>4 years: 39</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>23529</Zip>

</SchoolProgramDetails>

<SchoolProgramDetails>

<Address>645 Patriot Avenue</Address>

<City>Martinsville</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string>In-person</d4p1:string>

</Format>

<ID>150000</ID>

<Occupationslist>

<Dimension>

<Name>Aerospace Engineering and Operations Technologists and Technicians</Name>

<Value>Aerospace Engineering and Operations Technologists and Technicians</Value>

</Dimension>

<Dimension>

<Name>Civil Engineering Technologists and Technicians</Name>

<Value>Civil Engineering Technologists and Technicians</Value>

</Dimension>

<Dimension>

<Name>Electrical and Electronic Engineering Technologists and Technicians</Name>

<Value>Electrical and Electronic Engineering Technologists and Technicians</Value>

</Dimension>

<Dimension>

<Name>Electro-Mechanical and Mechatronics Technologists and Technicians</Name>

<Value>Electro~B~Mechanical and Mechatronics Technologists and Technicians</Value>

</Dimension>

</Occupationslist>

<Phone>2766560200</Phone>

<ProgramLength>

<Dimension>

<Name>Associate&amp;apos;s degree, usually 2 years</Name>

<Value>Associate~F~apos~Q~s degree~D~ usually 2 years</Value>

</Dimension>

</ProgramLength>

<ProgramName>Engineering Technologies/Technicians, General</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>Patrick &amp; Henry Community College</SchoolName>

<SchoolUrl>www.patrickhenry.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>2 years: 5</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>24112</Zip>

</SchoolProgramDetails>

<SchoolProgramDetails>

<Address i:nil="true"/>

<City>Lexington</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string>In-person</d4p1:string>

</Format>

<ID>141001</ID>

<Occupationslist>

<Dimension>

<Name>Aerospace Engineers</Name>

<Value>Aerospace Engineers</Value>

</Dimension>

<Dimension>

<Name>Architectural and Engineering Managers</Name>

<Value>Architectural and Engineering Managers</Value>

</Dimension>

<Dimension>

<Name>Computer Hardware Engineers</Name>

<Value>Computer Hardware Engineers</Value>

</Dimension>

<Dimension>

<Name>Electrical Engineers</Name>

<Value>Electrical Engineers</Value>

</Dimension>

<Dimension>

<Name>Electronics Engineers, Except Computer</Name>

<Value>Electronics Engineers~D~ Except Computer</Value>

</Dimension>

<Dimension>

<Name>Engineering Teachers, Postsecondary</Name>

<Value>Engineering Teachers~D~ Postsecondary</Value>

</Dimension>

</Occupationslist>

<Phone>5404647207</Phone>

<ProgramLength>

<Dimension>

<Name>Bachelor&amp;apos;s degree, usually 4 years</Name>

<Value>Bachelor~F~apos~Q~s degree~D~ usually 4 years</Value>

</Dimension>

</ProgramLength>

<ProgramName>Electrical and Electronics Engineering</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>Virginia Military Institute</SchoolName>

<SchoolUrl>www.vmi.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>4 years: 12</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>24450-0304</Zip>

</SchoolProgramDetails>

<SchoolProgramDetails>

<Address>210 Burruss Hall, 800 Drillfield Dr.</Address>

<City>Blacksburg</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string>In-person</d4p1:string>

</Format>

<ID>141001</ID>

<Occupationslist>

<Dimension>

<Name>Aerospace Engineers</Name>

<Value>Aerospace Engineers</Value>

</Dimension>

<Dimension>

<Name>Architectural and Engineering Managers</Name>

<Value>Architectural and Engineering Managers</Value>

</Dimension>

<Dimension>

<Name>Computer Hardware Engineers</Name>

<Value>Computer Hardware Engineers</Value>

</Dimension>

<Dimension>

<Name>Electrical Engineers</Name>

<Value>Electrical Engineers</Value>

</Dimension>

<Dimension>

<Name>Electronics Engineers, Except Computer</Name>

<Value>Electronics Engineers~D~ Except Computer</Value>

</Dimension>

<Dimension>

<Name>Engineering Teachers, Postsecondary</Name>

<Value>Engineering Teachers~D~ Postsecondary</Value>

</Dimension>

</Occupationslist>

<Phone>5402316994</Phone>

<ProgramLength>

<Dimension>

<Name>Bachelor&amp;apos;s degree, usually 4 years</Name>

<Value>Bachelor~F~apos~Q~s degree~D~ usually 4 years</Value>

</Dimension>

<Dimension>

<Name>Beyond bachelor&amp;apos;s degree</Name>

<Value>Beyond bachelor~F~apos~Q~s degree</Value>

</Dimension>

</ProgramLength>

<ProgramName>Electrical and Electronics Engineering</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>Virginia Polytechnic Institute and State University</SchoolName>

<SchoolUrl>www.vt.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>4 years: 107||More than 4 years: 33||More than 4 years: 62</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>24061-0131</Zip>

</SchoolProgramDetails>

<SchoolProgramDetails>

<Address>4400 University Dr</Address>

<City>Fairfax</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string>In-person</d4p1:string>

</Format>

<ID>143501</ID>

<Occupationslist>

<Dimension>

<Name>Architectural and Engineering Managers</Name>

<Value>Architectural and Engineering Managers</Value>

</Dimension>

<Dimension>

<Name>Engineering Teachers, Postsecondary</Name>

<Value>Engineering Teachers~D~ Postsecondary</Value>

</Dimension>

<Dimension>

<Name>Industrial Engineers</Name>

<Value>Industrial Engineers</Value>

</Dimension>

<Dimension>

<Name>Industrial Production Managers</Name>

<Value>Industrial Production Managers</Value>

</Dimension>

</Occupationslist>

<Phone>7039931000</Phone>

<ProgramLength>

<Dimension>

<Name>Beyond bachelor&amp;apos;s degree</Name>

<Value>Beyond bachelor~F~apos~Q~s degree</Value>

</Dimension>

</ProgramLength>

<ProgramName>Industrial Engineering</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>George Mason University</SchoolName>

<SchoolUrl>https://www.gmu.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>More than 4 years: 9</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>22030-4444</Zip>

</SchoolProgramDetails>

<SchoolProgramDetails>

<Address>4400 University Dr</Address>

<City>Fairfax</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string/>

<d4p1:string>Online</d4p1:string>

</Format>

<ID>141004</ID>

<Occupationslist>

<Dimension>

<Name>Architectural and Engineering Managers</Name>

<Value>Architectural and Engineering Managers</Value>

</Dimension>

<Dimension>

<Name>Electronics Engineers, Except Computer</Name>

<Value>Electronics Engineers~D~ Except Computer</Value>

</Dimension>

<Dimension>

<Name>Engineering Teachers, Postsecondary</Name>

<Value>Engineering Teachers~D~ Postsecondary</Value>

</Dimension>

<Dimension>

<Name>Engineers, All Other</Name>

<Value>Engineers~D~ All Other</Value>

</Dimension>

</Occupationslist>

<Phone>7039931000</Phone>

<ProgramLength>

<Dimension>

<Name>Beyond bachelor&amp;apos;s degree</Name>

<Value>Beyond bachelor~F~apos~Q~s degree</Value>

</Dimension>

</ProgramLength>

<ProgramName>Telecommunications Engineering</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>George Mason University</SchoolName>

<SchoolUrl>https://www.gmu.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>Less than one year: 4</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>22030-4444</Zip>

</SchoolProgramDetails>

<SchoolProgramDetails>

<Address>1 Avenue of the Arts</Address>

<City>Newport News</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string>In-person</d4p1:string>

</Format>

<ID>140901</ID>

<Occupationslist>

<Dimension>

<Name>Architectural and Engineering Managers</Name>

<Value>Architectural and Engineering Managers</Value>

</Dimension>

<Dimension>

<Name>Computer Hardware Engineers</Name>

<Value>Computer Hardware Engineers</Value>

</Dimension>

<Dimension>

<Name>Computer Network Architects</Name>

<Value>Computer Network Architects</Value>

</Dimension>

<Dimension>

<Name>Database Architects</Name>

<Value>Database Architects</Value>

</Dimension>

<Dimension>

<Name>Engineering Teachers, Postsecondary</Name>

<Value>Engineering Teachers~D~ Postsecondary</Value>

</Dimension>

<Dimension>

<Name>Software Developers</Name>

<Value>Software Developers</Value>

</Dimension>

<Dimension>

<Name>Software Quality Assurance Analysts and Testers</Name>

<Value>Software Quality Assurance Analysts and Testers</Value>

</Dimension>

</Occupationslist>

<Phone>7575947000</Phone>

<ProgramLength>

<Dimension>

<Name>Bachelor&amp;apos;s degree, usually 4 years</Name>

<Value>Bachelor~F~apos~Q~s degree~D~ usually 4 years</Value>

</Dimension>

</ProgramLength>

<ProgramName>Computer Engineering, General</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>Christopher Newport University</SchoolName>

<SchoolUrl>https://cnu.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>4 years: 10</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>23606-3072</Zip>

</SchoolProgramDetails>

<SchoolProgramDetails>

<Address>910 W Franklin St</Address>

<City>Richmond</City>

<Distance i:nil="true"/>

<ElementID>2.C.3.b</ElementID>

<Format

xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<d4p1:string>In-person</d4p1:string>

</Format>

<ID>140702</ID>

<Occupationslist>

<Dimension>

<Name>Architectural and Engineering Managers</Name>

<Value>Architectural and Engineering Managers</Value>

</Dimension>

<Dimension>

<Name>Bioengineers and Biomedical Engineers</Name>

<Value>Bioengineers and Biomedical Engineers</Value>

</Dimension>

<Dimension>

<Name>Chemical Engineers</Name>

<Value>Chemical Engineers</Value>

</Dimension>

<Dimension>

<Name>Engineering Teachers, Postsecondary</Name>

<Value>Engineering Teachers~D~ Postsecondary</Value>

</Dimension>

<Dimension>

<Name>Engineers, All Other</Name>

<Value>Engineers~D~ All Other</Value>

</Dimension>

</Occupationslist>

<Phone>8048280100</Phone>

<ProgramLength>

<Dimension>

<Name>Beyond bachelor&amp;apos;s degree</Name>

<Value>Beyond bachelor~F~apos~Q~s degree</Value>

</Dimension>

</ProgramLength>

<ProgramName>Chemical and Biomolecular Engineering</ProgramName>

<Region>Southeast</Region>

<RegionCode>5</RegionCode>

<SchoolName>Virginia Commonwealth University</SchoolName>

<SchoolUrl>https://www.vcu.edu/</SchoolUrl>

<StateAbbr>VA</StateAbbr>

<StateName>Virginia</StateName>

<StudentGraduated>More than 4 years: 4</StudentGraduated>

<TotalEnrollment i:nil="true"/>

<Zip>23284-2512</Zip>

</SchoolProgramDetails>

</SchoolPrograms>

</SchoolProgram>

Response Parameters

Name Description Type
SchoolPrograms
School Programs
Object
   ID
ID
Integer
   SchoolName
School Name
String
   SchoolURL
School URL
String
   Address
Address
String
   City
City
String
   StateAbbr
State Abbreviation
String
   StateName
State Name
String
   Zip
Zip
String
   Phone
Phone
String
   Distance
If location input was a ZIP, distance from that ZIP String
   Region
IPEDS-defined region String
   Format
Program format online or in-person Object
   RegionCode
IPEDS-defined region code String
   TotalEnrollment
Total Enrollment
String
   ProgramName
Program Name
String
   StudentGraduated
Student Graduated
String
   ElementId
Element ID
String
   ProgramLength
List of program lengths offered  Object
     Name
Name
String
     Value
Value
String
   OccupationsList
List of occupations for which this program may prepare a student Object
     Name
Name String
     Value
Value String
RecordCount
Record Count
Number
DidYouMean
Did You mean
String
AutoCorrection
Auto Correction
String
LocationCountList
Can be used to filter subsequent calls by location Object
   UndoList
Undo List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
   FilterList
Filter List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
CityCountList
Can be used to filter subsequent calls by city Object
   UndoList
Undo List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
   FilterList
Filter List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
RegionCountList
Can be used to filter subsequent calls by region Object
   UndoList
Undo List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
   FilterList
Filter List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
OccupationCountList 
Can be used to filter subsequent calls by occupation Object
   UndoList
Undo List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
   FilterList
Filter List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
ProgramCountList
Can be used to filter subsequent calls by program Object
   UndoList
Undo List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
   FilterList
Filter List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
ProgramLengthCountList 
Can be used to filter subsequent calls by program length Object
   UndoList
Undo List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
   FilterList
Filter List
Object
     Item
Item String
     Count
Count Number
     Value
Value String
SchoolOrProgram
Values include school (S), or program (P). Always P for this Web API String

Errors

Error/Status Code Description
 200
OK / Success. The request went through successfully and there is a response body.
 400
Bad Request (Request was invalid or missing parameters)
 401    
Unauthorized. This error occurs specifically when authentication is required and has failed or has not yet been provided correctly. (ex: Invalid API Token)
 404
This error will be shown in two scenarios 1) Not found - (An error occurred) and 2) Not found - (No data available)
 500
Internal Server Error. This error will occur when there is something critically wrong in the API call.