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/49-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2929",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2929",
         "title": "Inspect, test, and measure completed work, using devices such as hand tools or gauges to verify conformance to standards or repair requirements."
      },
      {
         "id": "15263",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/15263",
         "title": "Inspect and monitor work areas, examine tools and equipment, and provide employee safety training to prevent, detect, and correct unsafe conditions or violations of procedures and safety rules."
      },
      {
         "id": "2920",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2920",
         "title": "Interpret specifications, blueprints, or job orders to construct templates and lay out reference points for workers."
      },
      {
         "id": "2914",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2914",
         "title": "Monitor employees' work levels and review work performance."
      },
      {
         "id": "2925",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/related/tasks/2925",
         "title": "Perform skilled repair or maintenance operations, using equipment such as hand or power tools, hydraulic presses or shears, or welding equipment."
      }
   ]
}