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.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16856",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16856",
         "title": "Develop environmental restoration project schedules and budgets."
      },
      {
         "id": "16862",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16862",
         "title": "Provide technical direction on environmental planning to energy engineers, biologists, geologists, or other professionals working to develop restoration plans or strategies."
      },
      {
         "id": "16875",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16875",
         "title": "Create habitat management or restoration plans, such as native tree restoration and weed control."
      },
      {
         "id": "16876",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16876",
         "title": "Conduct site assessments to certify a habitat or to ascertain environmental damage or restoration needs."
      },
      {
         "id": "16872",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.02/related/tasks/16872",
         "title": "Collect and analyze data to determine environmental conditions and restoration needs."
      }
   ]
}