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/11-9199.11/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15849",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15849",
         "title": "Identify environmental contamination sources.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15857",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15857",
         "title": "Coordinate on-site activities for environmental cleanup or remediation projects to ensure compliance with environmental laws, standards, regulations, or other requirements.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23901",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/23901",
         "title": "Identify and apply for project funding.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15848",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15848",
         "title": "Plan or implement brownfield redevelopment projects to ensure safety, quality, and compliance with applicable standards or requirements.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "15850",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15850",
         "title": "Estimate costs for environmental cleanup and remediation of land redevelopment projects.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "15858",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15858",
         "title": "Conduct quantitative risk assessments for human health, environmental, or other risks.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "15852",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15852",
         "title": "Design or implement plans for surface or ground water remediation.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "15854",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15854",
         "title": "Design or implement measures to improve the water, air, and soil quality of military test sites, abandoned mine land, or other contaminated sites.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "15839",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15839",
         "title": "Review or evaluate environmental remediation project proposals.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "15843",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15843",
         "title": "Prepare reports or presentations to communicate brownfield redevelopment needs, status, or progress.",
         "importance": 69,
         "category": "Core"
      }
   ]
}