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-1051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5859",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1051.00/related/tasks/5859",
         "title": "Maintain student attendance records, grades, and other required records."
      },
      {
         "id": "5849",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1051.00/related/tasks/5849",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as structural geology, micrometeorology, and atmospheric thermodynamics."
      },
      {
         "id": "5851",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1051.00/related/tasks/5851",
         "title": "Evaluate and grade students' class work, assignments, and papers."
      },
      {
         "id": "5854",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1051.00/related/tasks/5854",
         "title": "Compile, administer, and grade examinations, or assign this work to others."
      },
      {
         "id": "5850",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1051.00/related/tasks/5850",
         "title": "Supervise laboratory work and field work."
      }
   ]
}