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/17-2041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "20955",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/20955",
         "title": "Monitor and analyze data from processes and experiments.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "3552",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/3552",
         "title": "Develop safety procedures to be employed by workers operating equipment or working in close proximity to ongoing chemical reactions.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "3557",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/3557",
         "title": "Develop processes to separate components of liquids or gases or generate electrical currents, using controlled chemical processes.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "18471",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/18471",
         "title": "Troubleshoot problems with chemical manufacturing processes.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18472",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/18472",
         "title": "Evaluate chemical equipment and processes to identify ways to optimize performance or to ensure compliance with safety and environmental regulations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "3558",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/3558",
         "title": "Conduct research to develop new and improved chemical manufacturing processes.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3556",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/3556",
         "title": "Perform laboratory studies of steps in manufacture of new products and test proposed processes in small-scale operation, such as a pilot plant.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3554",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/3554",
         "title": "Prepare estimate of production costs and production progress reports for management.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "3559",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/3559",
         "title": "Design measurement and control systems for chemical plants based on data collected in laboratory experiments and in pilot plant operations.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "3553",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/3553",
         "title": "Determine most effective arrangement of operations such as mixing, crushing, heat transfer, distillation, and drying.",
         "importance": 70,
         "category": "Core"
      }
   ]
}