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