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/19-2041.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 38,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19972",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/19972",
         "title": "Identify environmental impacts caused by products, systems, or projects.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "16888",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/16888",
         "title": "Identify or develop strategies or methods to minimize the environmental impact of industrial production processes.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "19965",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/19965",
         "title": "Analyze changes designed to improve the environmental performance of complex systems and avoid unintended negative consequences.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "19968",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/19968",
         "title": "Conduct environmental sustainability assessments, using material flow analysis (MFA) or substance flow analysis (SFA) techniques.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "19974",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/19974",
         "title": "Identify sustainable alternatives to industrial or waste-management practices.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "19982",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/19982",
         "title": "Review research literature to maintain knowledge on topics related to industrial ecology, such as physical science, technology, economy, and public policy.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "19980",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/19980",
         "title": "Redesign linear, or open-loop, systems into cyclical, or closed-loop, systems so that waste products become inputs for new processes, modeling natural ecosystems.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "19978",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/19978",
         "title": "Prepare technical and research reports, such as environmental impact reports, and communicate the results to individuals in industry, government, or the general public.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "19970",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/19970",
         "title": "Examine local, regional, or global use and flow of materials or energy in industrial production processes.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "16886",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/related/tasks/16886",
         "title": "Monitor the environmental impact of development activities, pollution, or land degradation.",
         "importance": 73,
         "category": "Core"
      }
   ]
}