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-4062.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "12038",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/12038",
         "title": "Verify conformance of patterns or template dimensions to specifications, using measuring instruments such as calipers, scales, and micrometers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12036",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/12036",
         "title": "Set up and operate machine tools, such as milling machines, lathes, drill presses, and grinders, to machine castings or patterns.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "12042",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/12042",
         "title": "Repair and rework templates and patterns.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "12041",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/12041",
         "title": "Assemble pattern sections, using hand tools, bolts, screws, rivets, glue, or welding equipment.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "12037",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/12037",
         "title": "Read and interpret blueprints or drawings of parts to be cast or patterns to be made, compute dimensions, and plan operational sequences.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "12045",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/12045",
         "title": "Construct platforms, fixtures, and jigs for holding and placing patterns.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "12044",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/12044",
         "title": "Clean and finish patterns or templates, using emery cloths, files, scrapers, and power grinders.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "12046",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/12046",
         "title": "Mark identification numbers or symbols onto patterns or templates.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "12039",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/12039",
         "title": "Program computerized numerical control machine tools.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "21025",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4062.00/related/tasks/21025",
         "title": "Create computer models of patterns or parts, using modeling software.",
         "importance": 80,
         "category": "Supplemental"
      }
   ]
}