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/49-3041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "13750",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13750",
         "title": "Maintain, repair, and overhaul farm machinery and vehicles, such as tractors, harvesters, and irrigation systems.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13752",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13752",
         "title": "Dismantle defective machines for repair, using hand tools.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13748",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13748",
         "title": "Record details of repairs made and parts used.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13749",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13749",
         "title": "Reassemble machines and equipment following repair, testing operation and making adjustments, as necessary.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13755",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13755",
         "title": "Clean and lubricate parts.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13753",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13753",
         "title": "Test and replace electrical components and wiring, using test meters, soldering equipment, and hand tools.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13756",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13756",
         "title": "Tune or overhaul engines.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13751",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13751",
         "title": "Examine and listen to equipment, read inspection reports, and confer with customers to locate and diagnose malfunctions.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13754",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13754",
         "title": "Repair or replace defective parts, using hand tools, milling and woodworking machines, lathes, welding equipment, grinders, or saws.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13757",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13757",
         "title": "Drive trucks to haul tools and equipment for on-site repair of large machinery.",
         "importance": 71,
         "category": "Core"
      }
   ]
}