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/51-4121.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23583",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23583",
         "title": "Operate safety equipment and use safe work habits.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "23584",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23584",
         "title": "Examine workpieces for defects and measure workpieces with straightedges or templates to ensure conformance with specifications.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23582",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23582",
         "title": "Weld components in flat, vertical, or overhead positions.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "23600",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23600",
         "title": "Detect faulty operation of equipment or defective materials and notify supervisors.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "23585",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23585",
         "title": "Recognize, set up, and operate hand and power tools common to the welding trade, such as shielded metal arc and gas metal arc welding equipment.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23587",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23587",
         "title": "Select and install torches, torch tips, filler rods, and flux, according to welding chart specifications or types and thicknesses of metals.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23592",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23592",
         "title": "Mark or tag material with proper job number, piece marks, and other identifying marks as required.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23590",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23590",
         "title": "Determine required equipment and welding methods, applying knowledge of metallurgy, geometry, and welding techniques.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23594",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23594",
         "title": "Prepare all material surfaces to be welded, ensuring that there is no loose or thick scale, slag, rust, moisture, grease, or other foreign matter.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23596",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23596",
         "title": "Align and clamp workpieces together, using rules, squares, or hand tools, or position items in fixtures, jigs, or vises.",
         "importance": 76,
         "category": "Core"
      }
   ]
}