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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1742",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/1742",
         "title": "Plan, organize, and conduct practice sessions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20117",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/20117",
         "title": "Monitor the academic eligibility of student athletes.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20115",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/20115",
         "title": "Counsel student athletes on academic, athletic, and personal issues.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "1751",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/1751",
         "title": "Analyze the strengths and weaknesses of opposing teams to develop game strategies.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20112",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/20112",
         "title": "Coordinate travel arrangements and travel with team to away contests.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1752",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2022.00/related/tasks/1752",
         "title": "Evaluate athletes' skills and review performance records to determine their fitness and potential in a particular area of athletics.",
         "importance": 79,
         "category": "Core"
      }
   ]
}