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-5022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "12777",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12777",
         "title": "Move levers, depress foot pedals, and turn dials to operate power machinery, such as power shovels, stripping shovels, scraper loaders, or backhoes.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12778",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12778",
         "title": "Set up or inspect equipment prior to operation.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12780",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12780",
         "title": "Become familiar with digging plans, machine capabilities and limitations, and efficient and safe digging procedures in a given application.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12779",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12779",
         "title": "Observe hand signals, grade stakes, or other markings when operating machines so that work can be performed to specifications.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12781",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12781",
         "title": "Operate machinery to perform activities such as backfilling excavations, vibrating or breaking rock or concrete, or making winter roads.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12786",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12786",
         "title": "Receive written or oral instructions regarding material movement or excavation.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "12784",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12784",
         "title": "Move materials over short distances, such as around a construction site, factory, or warehouse.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20458",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/20458",
         "title": "Create or maintain inclines or ramps.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "12783",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12783",
         "title": "Lubricate, adjust, or repair machinery and replace parts, such as gears, bearings, or bucket teeth.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "20459",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/20459",
         "title": "Handle slides, mud, or pit cleanings or maintenance.",
         "importance": 67,
         "category": "Core"
      }
   ]
}