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-2041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10036",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10036",
         "title": "Verify conformance of workpieces to specifications, using squares, rulers, and measuring tapes.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10042",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10042",
         "title": "Study engineering drawings and blueprints to determine materials requirements and task sequences.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10035",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10035",
         "title": "Position, align, fit, and weld parts to form complete units or subunits, following blueprints and layout specifications, and using jigs, welding torches, and hand tools.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10038",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10038",
         "title": "Lay out and examine metal stock or workpieces to be processed to ensure that specifications are met.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10037",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10037",
         "title": "Tack-weld fitted parts together.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10043",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10043",
         "title": "Move parts into position, manually or with hoists or cranes.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "10044",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10044",
         "title": "Set up and operate fabricating machines, such as brakes, rolls, shears, flame cutters, grinders, and drill presses, to bend, cut, form, punch, drill, or otherwise form and assemble metal components.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10041",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10041",
         "title": "Position or tighten braces, jacks, clamps, ropes, or bolt straps, or bolt parts in position for welding or riveting.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "10053",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10053",
         "title": "Lift or move materials and finished products, using large cranes.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "10050",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10050",
         "title": "Set up face blocks, jigs, and fixtures.",
         "importance": 75,
         "category": "Core"
      }
   ]
}