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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 38,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2041.03/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}