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.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "7536",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/7536",
         "title": "Study economic and statistical data in area of specialization, such as finance, labor, or agriculture.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7538",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/7538",
         "title": "Compile, analyze, and report data to explain economic phenomena and forecast market trends, applying mathematical models and statistical techniques.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20052",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/20052",
         "title": "Study the socioeconomic impacts of new public policies, such as proposed legislation, taxes, services, and regulations.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "21106",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/21106",
         "title": "Explain economic impact of policies to the public.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "23988",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/23988",
         "title": "Review documents written by others.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "7537",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/7537",
         "title": "Provide advice and consultation on economic relationships to businesses, public and private agencies, and other employers.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "7539",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/7539",
         "title": "Formulate recommendations, policies, or plans to solve economic problems or to interpret markets.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "7542",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/7542",
         "title": "Supervise research projects and students' study projects.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "20053",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/20053",
         "title": "Conduct research on economic issues, and disseminate research findings through technical reports or scientific articles in journals.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "7540",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/7540",
         "title": "Develop economic guidelines and standards, and prepare points of view used in forecasting trends and formulating economic policy.",
         "importance": 70,
         "category": "Core"
      }
   ]
}