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/11-9121.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7209",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7209",
         "title": "Hire, supervise, or evaluate engineers, technicians, researchers, or other staff."
      },
      {
         "id": "7207",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7207",
         "title": "Design or coordinate successive phases of problem analysis, solution proposals, or testing."
      },
      {
         "id": "7205",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7205",
         "title": "Plan or direct research, development, or production activities."
      },
      {
         "id": "7208",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7208",
         "title": "Review project activities and prepare and review research, testing, or operational reports."
      },
      {
         "id": "7203",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.00/related/tasks/7203",
         "title": "Confer with scientists, engineers, regulators, or others to plan or review projects or to provide technical assistance."
      }
   ]
}