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-2059.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17016",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17016",
         "title": "Adapt instructional techniques to the age and skill levels of students."
      },
      {
         "id": "17018",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17018",
         "title": "Instruct students, using adapted physical education techniques, to improve physical fitness, gross motor skills, perceptual motor skills, or sports and game achievement."
      },
      {
         "id": "17006",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17006",
         "title": "Provide individual or small groups of students with adapted physical education instruction that meets desired physical needs or goals."
      },
      {
         "id": "17005",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17005",
         "title": "Provide students positive feedback to encourage them and help them develop an appreciation for physical education."
      },
      {
         "id": "17011",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2059.01/related/tasks/17011",
         "title": "Establish and maintain standards of behavior to create safe, orderly, and effective environments for learning."
      }
   ]
}