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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/details/tasks?start=11&end=16",
   "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "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.",
         "importance": 68,
         "category": "Core"
      },
      {
         "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.",
         "importance": 64,
         "category": "Core"
      },
      {
         "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.",
         "importance": 70,
         "category": "Supplemental"
      },
      {
         "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.",
         "importance": 66,
         "category": "Supplemental"
      },
      {
         "id": "16558",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16558",
         "title": "Develop active control algorithms, electronics, software, electromechanical, or electrohydraulic systems for wind turbines.",
         "importance": 61,
         "category": "Supplemental"
      },
      {
         "id": "16557",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16557",
         "title": "Develop specifications for wind technology components, such as gearboxes, blades, generators, frequency converters, or pad transformers.",
         "importance": 61,
         "category": "Supplemental"
      },
      {
         "id": "16552",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16552",
         "title": "Test wind turbine components, using mechanical or electronic testing equipment.",
         "importance": 60,
         "category": "Supplemental"
      },
      {
         "id": "16548",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16548",
         "title": "Oversee the work activities of wind farm consultants or subcontractors.",
         "importance": 60,
         "category": "Supplemental"
      },
      {
         "id": "16551",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.10/related/tasks/16551",
         "title": "Test wind turbine equipment to determine effects of stress or fatigue.",
         "importance": 60,
         "category": "Supplemental"
      }
   ]
}