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-9199.10/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15836",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tasks/15836",
         "title": "Coordinate or direct development, energy assessment, engineering, or construction activities to ensure that wind project needs and objectives are met."
      },
      {
         "id": "15834",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tasks/15834",
         "title": "Manage wind project costs to stay within budget limits."
      },
      {
         "id": "15827",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tasks/15827",
         "title": "Lead or support negotiations involving tax agreements or abatements, power purchase agreements, land use, or interconnection agreements."
      },
      {
         "id": "15838",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tasks/15838",
         "title": "Create wind energy project plans, including project scope, goals, tasks, resources, schedules, costs, contingencies, or other project information."
      },
      {
         "id": "15824",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tasks/15824",
         "title": "Supervise the work of subcontractors or consultants to ensure quality and conformance to specifications or budgets."
      }
   ]
}