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-4052.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "12007",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12007",
         "title": "Pour and regulate the flow of molten metal into molds and forms to produce ingots or other castings, using ladles or hand-controlled mechanisms.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12008",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12008",
         "title": "Read temperature gauges and observe color changes, adjusting furnace flames, torches, or electrical heating units as necessary to melt metal to specifications.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12016",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12016",
         "title": "Remove solidified steel or slag from pouring nozzles, using long bars or oxygen burners.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12009",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12009",
         "title": "Examine molds to ensure they are clean, smooth, and properly coated.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12006",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12006",
         "title": "Collect samples, or signal workers to sample metal for analysis.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "12015",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12015",
         "title": "Load specified amounts of metal and flux into furnaces or clay crucibles.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12010",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12010",
         "title": "Position equipment such as ladles, grinding wheels, pouring nozzles, or crucibles, or signal other workers to position equipment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12011",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12011",
         "title": "Skim slag or remove excess metal from ingots or equipment, using hand tools, strainers, rakes, or burners, collecting scrap for recycling.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12019",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12019",
         "title": "Transport metal ingots to storage areas, using forklifts.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "12017",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/related/tasks/12017",
         "title": "Assemble and embed cores in casting frames, using hand tools and equipment.",
         "importance": 91,
         "category": "Supplemental"
      }
   ]
}