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-4072.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4072.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10174",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4072.00/related/tasks/10174",
         "title": "Measure and visually inspect products for surface and dimension defects to ensure conformance to specifications, using precision measuring instruments."
      },
      {
         "id": "10173",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4072.00/related/tasks/10173",
         "title": "Observe continuous operation of automatic machines to ensure that products meet specifications and to detect jams or malfunctions, making adjustments as necessary."
      },
      {
         "id": "10175",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4072.00/related/tasks/10175",
         "title": "Set up, operate, or tend metal or plastic molding, casting, or coremaking machines to mold or cast metal or thermoplastic parts or products."
      },
      {
         "id": "10177",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4072.00/related/tasks/10177",
         "title": "Turn valves and dials of machines to regulate pressure, temperature, and speed and feed rates, and to set cycle times."
      },
      {
         "id": "10186",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4072.00/related/tasks/10186",
         "title": "Read specifications, blueprints, and work orders to determine setups, temperatures, and time settings required to mold, form, or cast plastic materials, as well as to plan production sequences."
      }
   ]
}