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