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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 73,
         "category": "Core"
      },
      {
         "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "19984",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/19984",
         "title": "Develop programs or policy recommendations to achieve environmental goals in cost-effective ways.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "16909",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/16909",
         "title": "Develop economic models, forecasts, or scenarios to predict future economic and environmental outcomes.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16901",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/16901",
         "title": "Demonstrate or promote the economic benefits of sound environmental regulations.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "16914",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/16914",
         "title": "Conduct research to study the relationships among environmental problems and patterns of economic production and consumption.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "16913",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.01/related/tasks/16913",
         "title": "Perform complex, dynamic, and integrated mathematical modeling of ecological, environmental, or economic systems.",
         "importance": 67,
         "category": "Core"
      }
   ]
}