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-9195.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23666",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23666",
         "title": "Read work orders or examine parts to determine parts or sections of products to be produced.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23667",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23667",
         "title": "Trim or remove excess material, using scrapers, knives, or band saws.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "23668",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23668",
         "title": "Brush or spray mold surfaces with parting agents or insert paper into molds to ensure smoothness and prevent sticking or seepage.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "23669",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23669",
         "title": "Engrave or stamp identifying symbols, letters, or numbers on products.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "23670",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23670",
         "title": "Assemble, insert, and adjust wires, tubes, cores, fittings, rods, or patterns into molds, using hand tools and depth gauges.",
         "importance": 75,
         "category": "Supplemental"
      },
      {
         "id": "23671",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23671",
         "title": "Clean, finish, and lubricate molds and mold parts.",
         "importance": 75,
         "category": "Supplemental"
      },
      {
         "id": "23672",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23672",
         "title": "Separate models or patterns from molds and examine products for accuracy.",
         "importance": 74,
         "category": "Supplemental"
      },
      {
         "id": "23673",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23673",
         "title": "Set the proper operating temperature for each casting.",
         "importance": 73,
         "category": "Supplemental"
      },
      {
         "id": "23674",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23674",
         "title": "Load or stack filled molds in ovens, dryers, or curing boxes, or on storage racks or carts.",
         "importance": 73,
         "category": "Supplemental"
      },
      {
         "id": "23675",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23675",
         "title": "Align and assemble parts to produce completed products, using gauges and hand tools.",
         "importance": 73,
         "category": "Supplemental"
      }
   ]
}