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/39-9031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-9031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4559",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9031.00/related/tasks/4559",
         "title": "Observe participants and inform them of corrective measures necessary for skill improvement."
      },
      {
         "id": "4566",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9031.00/related/tasks/4566",
         "title": "Evaluate individuals' abilities, needs, and physical conditions, and develop suitable training programs to meet any special requirements."
      },
      {
         "id": "4558",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9031.00/related/tasks/4558",
         "title": "Plan routines, choose appropriate music, and choose different movements for each set of muscles, depending on participants' capabilities and limitations."
      },
      {
         "id": "4557",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9031.00/related/tasks/4557",
         "title": "Offer alternatives during classes to accommodate different levels of fitness."
      },
      {
         "id": "4560",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9031.00/related/tasks/4560",
         "title": "Teach proper breathing techniques used during physical exertion."
      }
   ]
}