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/11-3051.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "15454",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15454",
         "title": "Supervise production employees in the manufacturing of biofuels, such as biodiesel or ethanol.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15462",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15462",
         "title": "Manage operations at biofuels power generation facilities, including production, shipping, maintenance, or quality assurance activities.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "15450",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15450",
         "title": "Provide direction to employees to ensure compliance with biofuels plant safety, environmental, or operational standards and regulations.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "15453",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15453",
         "title": "Confer with technical and supervisory personnel to report or resolve conditions affecting biofuels plant safety, operational efficiency, and product quality.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "15456",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15456",
         "title": "Review logs, datasheets, or reports to ensure adequate production levels or to identify abnormalities with biofuels production equipment or processes.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15458",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15458",
         "title": "Monitor meters, flow gauges, or other real-time data to ensure proper operation of biofuels production equipment, implementing corrective measures as needed.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15461",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15461",
         "title": "Adjust temperature, pressure, vacuum, level, flow rate, or transfer of biofuels to maintain processes at required levels.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15449",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15449",
         "title": "Provide training to subordinate or new employees to improve biofuels plant safety or increase the production of biofuels.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15455",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15455",
         "title": "Shut down and restart biofuels plant or equipment in emergency situations or for equipment maintenance, repairs, or replacements.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "15451",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15451",
         "title": "Monitor transportation and storage of flammable or other potentially dangerous feedstocks or products to ensure adherence to safety guidelines.",
         "importance": 75,
         "category": "Core"
      }
   ]
}