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-5041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "20912",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/20912",
         "title": "Hang ventilation tubing and ventilation curtains to ensure that the mining face area is kept properly ventilated.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "20913",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/20913",
         "title": "Conduct methane gas checks to ensure breathing quality of air.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "20914",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/20914",
         "title": "Check the stability of roof and rib support systems before mining face areas.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "14956",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/14956",
         "title": "Operate mining machines to gather coal and convey it to floors or shuttle cars.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14959",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/14959",
         "title": "Drive machines into position at working faces.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14960",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/14960",
         "title": "Move controls to start and regulate movement of conveyors and to start and position drill cutters or torches.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14958",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/14958",
         "title": "Reposition machines to make additional holes or cuts.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14957",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/14957",
         "title": "Determine locations, boundaries, and depths of holes or channels to be cut.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14961",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/14961",
         "title": "Observe and listen to equipment operation to detect binding or stoppage of tools or other equipment malfunctions.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14962",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/related/tasks/14962",
         "title": "Repair, oil, and adjust machines, and change cutting teeth, using wrenches.",
         "importance": 79,
         "category": "Core"
      }
   ]
}