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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9141.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}