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-9041.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "15574",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15574",
         "title": "Design or conduct applied biodiesel or biofuels research projects on topics, such as transport, thermodynamics, mixing, filtration, distillation, fermentation, extraction, and separation.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15578",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15578",
         "title": "Analyze data from biofuels studies, such as fluid dynamics, water treatments, or solvent extraction and recovery processes.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "15567",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15567",
         "title": "Prepare, or oversee the preparation of, experimental plans for biofuels research or development.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "15566",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15566",
         "title": "Provide technical or scientific guidance to technical staff in the conduct of biofuels research or development.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "15580",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15580",
         "title": "Propose new biofuels products, processes, technologies or applications based on findings from applied biofuels or biomass research projects.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "15576",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15576",
         "title": "Conduct experiments on biomass or pretreatment technologies.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "15568",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15568",
         "title": "Prepare biofuels research and development reports for senior management or technical professionals.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "15563",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15563",
         "title": "Develop lab scale models of industrial scale processes, such as fermentation.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "15579",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15579",
         "title": "Oversee biodiesel/biofuels prototyping or development projects.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "15577",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9041.01/related/tasks/15577",
         "title": "Conduct experiments to test new or alternate feedstock fermentation processes.",
         "importance": 63,
         "category": "Core"
      }
   ]
}