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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15849",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/15849",
         "title": "Identify environmental contamination sources."
      },
      {
         "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."
      },
      {
         "id": "23901",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.11/related/tasks/23901",
         "title": "Identify and apply for project funding."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}