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-3011.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16902",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/16902",
         "title": "Write technical documents or academic articles to communicate study results or economic forecasts."
      },
      {
         "id": "16915",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/16915",
         "title": "Conduct research on economic and environmental topics, such as alternative fuel use, public and private land use, soil conservation, air and water pollution control, and endangered species protection."
      },
      {
         "id": "16910",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/16910",
         "title": "Collect and analyze data to compare the environmental implications of economic policy or practice alternatives."
      },
      {
         "id": "19985",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/19985",
         "title": "Assess the costs and benefits of various activities, policies, or regulations that affect the environment or natural resource stocks."
      },
      {
         "id": "16897",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/16897",
         "title": "Prepare and deliver presentations to communicate economic and environmental study results, to present policy recommendations, or to raise awareness of environmental consequences."
      }
   ]
}