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-8099.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8099.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17830",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8099.01/related/tasks/17830",
         "title": "Monitor batch, continuous flow, or hybrid biofuels production processes."
      },
      {
         "id": "17821",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8099.01/related/tasks/17821",
         "title": "Operate valves, pumps, engines, or generators to control and adjust biofuels production."
      },
      {
         "id": "17828",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8099.01/related/tasks/17828",
         "title": "Monitor and record biofuels processing data."
      },
      {
         "id": "17825",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8099.01/related/tasks/17825",
         "title": "Collect biofuels samples and perform routine laboratory tests or analyses to assess biofuels quality."
      },
      {
         "id": "17820",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8099.01/related/tasks/17820",
         "title": "Operate equipment, such as a centrifuge, to extract biofuels products and secondary by-products or reusable fractions."
      }
   ]
}