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-2081.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15210",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/15210",
         "title": "Design, or supervise the design of, systems, processes, or equipment for control, management, or remediation of water, air, or soil quality."
      },
      {
         "id": "1377",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/1377",
         "title": "Assess the existing or potential environmental impact of land use projects on air, water, or land."
      },
      {
         "id": "20195",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/20195",
         "title": "Collaborate with environmental scientists, planners, hazardous waste technicians, engineers, experts in law or business, or other specialists to address environmental problems."
      },
      {
         "id": "1374",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/1374",
         "title": "Advise corporations or government agencies of procedures to follow in cleaning up contaminated sites to protect people and the environment."
      },
      {
         "id": "1373",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/1373",
         "title": "Develop proposed project objectives and targets and report to management on progress in attaining them."
      }
   ]
}