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-5081.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "13699",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13699",
         "title": "Observe and monitor equipment operation during the extraction process to detect any problems.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13700",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13700",
         "title": "Drive moving equipment to transport materials and parts to excavation sites.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13705",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13705",
         "title": "Unload materials, devices, and machine parts, using hand tools.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13709",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13709",
         "title": "Set up and adjust equipment used to excavate geological materials.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "13702",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13702",
         "title": "Organize materials to prepare for use.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "13698",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13698",
         "title": "Repair and maintain automotive and drilling equipment, using hand tools.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "13701",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13701",
         "title": "Clean up work areas and remove debris after extraction activities are complete.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13708",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13708",
         "title": "Clean and prepare sites for excavation or boring.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "13706",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13706",
         "title": "Load materials into well holes or into equipment, using hand tools.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "13703",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5081.00/related/tasks/13703",
         "title": "Provide assistance to extraction craft workers, such as earth drillers and derrick operators.",
         "importance": 83,
         "category": "Supplemental"
      }
   ]
}