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-4071.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "12050",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12050",
         "title": "Clean and smooth molds, cores, and core boxes, and repair surface imperfections.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12055",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12055",
         "title": "Sift and pack sand into mold sections, core boxes, and pattern contours, using hand or pneumatic ramming tools.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12053",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12053",
         "title": "Position patterns inside mold sections, and clamp sections together.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12054",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12054",
         "title": "Position cores into lower sections of molds, and reassemble molds for pouring.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12052",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12052",
         "title": "Sprinkle or spray parting agents onto patterns and mold sections to facilitate removal of patterns from molds.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12059",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12059",
         "title": "Form and assemble slab cores around patterns, and position wire in mold sections to reinforce molds, using hand tools and glue.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12051",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12051",
         "title": "Move and position workpieces, such as mold sections, patterns, and bottom boards, using cranes, or signal others to move workpieces.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "12058",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12058",
         "title": "Lift upper mold sections from lower sections, and remove molded patterns.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12057",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12057",
         "title": "Cut spouts, runner holes, and sprue holes into molds.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12056",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12056",
         "title": "Tend machines that bond cope and drag together to form completed shell molds.",
         "importance": 90,
         "category": "Supplemental"
      }
   ]
}