Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/51-9141.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12573",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12573",
         "title": "Manipulate valves, switches, and buttons, or key commands into control panels to start semiconductor processing cycles.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12574",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12574",
         "title": "Maintain processing, production, and inspection information and reports.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12575",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12575",
         "title": "Inspect materials, components, or products for surface defects and measure circuitry, using electronic test equipment, precision measuring instruments, microscope, and standard procedures.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12576",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12576",
         "title": "Clean semiconductor wafers using cleaning equipment, such as chemical baths, automatic wafer cleaners, or blow-off wands.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12577",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12577",
         "title": "Study work orders, instructions, formulas, and processing charts to determine specifications and sequence of operations.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12578",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12578",
         "title": "Load and unload equipment chambers and transport finished product to storage or to area for further processing.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12579",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12579",
         "title": "Clean and maintain equipment, including replacing etching and rinsing solutions and cleaning bath containers and work area.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "12580",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12580",
         "title": "Place semiconductor wafers in processing containers or equipment holders, using vacuum wand or tweezers.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "12581",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12581",
         "title": "Set, adjust, and readjust computerized or mechanical equipment controls to regulate power level, temperature, vacuum, and rotation speed of furnace, according to crystal growing specifications.",
         "importance": 85,
         "category": "Supplemental"
      },
      {
         "id": "12582",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/related/tasks/12582",
         "title": "Etch, lap, polish, or grind wafers or ingots to form circuitry and change conductive properties, using etching, lapping, polishing, or grinding equipment.",
         "importance": 85,
         "category": "Supplemental"
      }
   ]
}