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/45-2091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "13369",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13369",
         "title": "Load and unload crops or containers of materials, manually or using conveyors, handtrucks, forklifts, or transfer augers.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "13358",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13358",
         "title": "Mix specified materials or chemicals, and dump solutions, powders, or seeds into planter or sprayer machinery.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13363",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13363",
         "title": "Spray fertilizer or pesticide solutions to control insects, fungus and weed growth, and diseases, using hand sprayers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13356",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13356",
         "title": "Observe and listen to machinery operation to detect equipment malfunctions.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13360",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13360",
         "title": "Manipulate controls to set, activate, and adjust mechanisms on machinery.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13359",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13359",
         "title": "Operate or tend equipment used in agricultural production, such as tractors, combines, and irrigation equipment.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13355",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13355",
         "title": "Adjust, repair, and service farm machinery and notify supervisors when machinery malfunctions.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13364",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13364",
         "title": "Attach farm implements such as plows, discs, sprayers, or harvesters to tractors, using bolts and hand tools.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "13362",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13362",
         "title": "Load hoppers, containers, or conveyors to feed machines with products, using forklifts, transfer augers, suction gates, shovels, or pitchforks.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "13361",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/related/tasks/13361",
         "title": "Direct and monitor the activities of work crews engaged in planting, weeding, or harvesting activities.",
         "importance": 80,
         "category": "Supplemental"
      }
   ]
}