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-5044.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23501",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/23501",
         "title": "Handle high voltage sources and hang electrical cables.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23498",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/23498",
         "title": "Drive loaded shuttle cars to ramps and move controls to discharge loads into mine cars or onto conveyors.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "15183",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/15183",
         "title": "Pry off loose material from roofs and move it into the paths of machines, using crowbars.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15184",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/15184",
         "title": "Move trailing electrical cables clear of obstructions, using rubber safety gloves.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23496",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/23496",
         "title": "Control conveyors that run the entire length of shuttle cars to distribute loads as loading progresses.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23506",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/23506",
         "title": "Observe hand signals, grade stakes, or other markings when operating machines.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23499",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/23499",
         "title": "Examine roadway and clear obstructions from the path of travel.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "15185",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/15185",
         "title": "Drive machines into piles of material blasted from working faces.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15186",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/15186",
         "title": "Operate levers to move conveyor booms or shovels so that mine contents such as coal, rock, and ore can be placed into cars or onto conveyors.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "23495",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/23495",
         "title": "Clean, fuel, service, and perform safety checks on all equipment, and repair and replace parts as necessary.",
         "importance": 79,
         "category": "Core"
      }
   ]
}