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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "23988",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3011.00/related/tasks/23988",
         "title": "Review documents written by others."
      }
   ]
}