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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4052.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}