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/25-1066.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6053",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6053",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as abnormal psychology, cognitive processes, and work motivation."
      },
      {
         "id": "6055",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6055",
         "title": "Initiate, facilitate, and moderate classroom discussions."
      },
      {
         "id": "6054",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6054",
         "title": "Evaluate and grade students' class work, laboratory work, assignments, and papers."
      },
      {
         "id": "6057",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6057",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences."
      },
      {
         "id": "6056",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6056",
         "title": "Compile, administer, and grade examinations, or assign this work to others."
      }
   ]
}