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-2199.10/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16559",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16559",
         "title": "Create or maintain wind farm layouts, schematics, or other visual documentation for wind farms."
      },
      {
         "id": "16549",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16549",
         "title": "Recommend process or infrastructure changes to improve wind turbine performance, reduce operational costs, or comply with regulations."
      },
      {
         "id": "16560",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16560",
         "title": "Create models to optimize the layout of wind farm access roads, crane pads, crane paths, collection systems, substations, switchyards, or transmission lines."
      },
      {
         "id": "16553",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16553",
         "title": "Provide engineering technical support to designers of prototype wind turbines."
      },
      {
         "id": "16550",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16550",
         "title": "Investigate experimental wind turbines or wind turbine technologies for properties such as aerodynamics, production, noise, and load."
      }
   ]
}