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/27-2022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1742",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/1742",
         "title": "Plan, organize, and conduct practice sessions."
      },
      {
         "id": "20109",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/20109",
         "title": "Provide training direction, encouragement, motivation, and nutritional advice to prepare athletes for games, competitive events, or tours."
      },
      {
         "id": "1747",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/1747",
         "title": "Adjust coaching techniques, based on the strengths and weaknesses of athletes."
      },
      {
         "id": "1750",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/1750",
         "title": "Instruct individuals or groups in sports rules, game strategies, and performance principles, such as specific ways of moving the body, hands, or feet, to achieve desired results."
      },
      {
         "id": "1745",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/1745",
         "title": "Plan strategies and choose team members for individual games or sports seasons."
      }
   ]
}