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-2022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 35,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6581",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6581",
         "title": "Prepare materials and classrooms for class activities."
      },
      {
         "id": "6580",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6580",
         "title": "Observe and evaluate students' performance, behavior, social development, and physical health."
      },
      {
         "id": "6575",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6575",
         "title": "Instruct through lectures, discussions, and demonstrations in one or more subjects, such as English, mathematics, or social studies."
      },
      {
         "id": "6576",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6576",
         "title": "Prepare, administer, and grade tests and assignments to evaluate students' progress."
      },
      {
         "id": "6573",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6573",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order among students."
      }
   ]
}