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.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20854",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/20854",
         "title": "Identify and recommend energy savings strategies to achieve more energy-efficient operation.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20855",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/20855",
         "title": "Conduct energy audits to evaluate energy use and to identify conservation and cost reduction measures.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18156",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/18156",
         "title": "Monitor and analyze energy consumption.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "20856",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/20856",
         "title": "Monitor energy related design or construction issues, such as energy engineering, energy management, or sustainable design.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18150",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/18150",
         "title": "Inspect or monitor energy systems, including heating, ventilating, and air conditioning (HVAC) or daylighting systems to determine energy use or potential energy savings.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20857",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/20857",
         "title": "Advise clients or colleagues on topics such as climate control systems, energy modeling, data logging, sustainable design, or energy auditing.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "18159",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/18159",
         "title": "Analyze, interpret, or create graphical representations of energy data, using engineering software.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20858",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/20858",
         "title": "Verify energy bills and meter readings.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "20859",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/20859",
         "title": "Collect data for energy conservation analyses, using jobsite observation, field inspections, or sub-metering.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "18151",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.03/related/tasks/18151",
         "title": "Manage the development, design, or construction of energy conservation projects to ensure acceptability of budgets and time lines, conformance to federal and state laws, or adherence to approved specifications.",
         "importance": 71,
         "category": "Core"
      }
   ]
}