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-6091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "14208",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14208",
         "title": "Set up, operate, or tend machines that extrude and form filaments from synthetic materials such as rayon, fiberglass, or liquid polymers.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14214",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14214",
         "title": "Press buttons to stop machines when processes are complete or when malfunctions are detected.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14213",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14213",
         "title": "Notify other workers of defects, and direct them to adjust extruding and forming machines.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14216",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14216",
         "title": "Observe machine operations, control boards, and gauges to detect malfunctions such as clogged bushings and defective binder applicators.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14209",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14209",
         "title": "Load materials into extruding and forming machines, using hand tools, and adjust feed mechanisms to set feed rates.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14211",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14211",
         "title": "Move controls to activate and adjust extruding and forming machines.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "14212",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14212",
         "title": "Record details of machine malfunctions.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "14220",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14220",
         "title": "Clean and maintain extruding and forming machines, using hand tools.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "14215",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14215",
         "title": "Observe flow of finish across finish rollers, and turn valves to adjust flow to specifications.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "14219",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tasks/14219",
         "title": "Remove polymer deposits from spinnerettes and equipment, using silicone spray, brass chisels, and bronze-wool pads.",
         "importance": 76,
         "category": "Supplemental"
      }
   ]
}