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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "1370",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/1370",
         "title": "Monitor progress of environmental improvement programs.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "1366",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/1366",
         "title": "Prepare, review, or update environmental investigation or recommendation reports.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20197",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/20197",
         "title": "Prepare, maintain, or revise quality assurance documentation or procedures.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1379",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/1379",
         "title": "Develop site-specific health and safety protocols, such as spill contingency plans or methods for loading or transporting waste.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1369",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/related/tasks/1369",
         "title": "Provide technical support for environmental remediation or litigation projects, including remediation system design or determination of regulatory applicability.",
         "importance": 71,
         "category": "Core"
      }
   ]
}