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/47-5043.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4889",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/4889",
         "title": "Drill bolt holes into roofs at specified distances from ribs or adjacent bolts."
      },
      {
         "id": "21017",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21017",
         "title": "Pull down loose rock that cannot be supported."
      },
      {
         "id": "4894",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/4894",
         "title": "Position bolting machines, and insert drill bits into chucks."
      },
      {
         "id": "21018",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21018",
         "title": "Perform safety checks on equipment before operating."
      },
      {
         "id": "21019",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5043.00/related/tasks/21019",
         "title": "Perform tests to determine if methane gas is present."
      }
   ]
}