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-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 9,
   "total": 9,
   "task": [
      {
         "id": "13038",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2021.00/related/tasks/13038",
         "title": "Assess performance following athletic competition, identifying strengths and weaknesses and making adjustments to improve future performance.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13036",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2021.00/related/tasks/13036",
         "title": "Maintain equipment used in a particular sport.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13033",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2021.00/related/tasks/13033",
         "title": "Attend scheduled practice or training sessions.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13037",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2021.00/related/tasks/13037",
         "title": "Maintain optimum physical fitness levels by training regularly, following nutrition plans, or consulting with health professionals.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13034",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2021.00/related/tasks/13034",
         "title": "Participate in athletic events or competitive sports, according to established rules and regulations.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13035",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2021.00/related/tasks/13035",
         "title": "Exercise or practice under the direction of athletic trainers or professional coaches to develop skills, improve physical condition, or prepare for competitions.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "20882",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2021.00/related/tasks/20882",
         "title": "Receive instructions from coaches or other sports staff prior to events and discuss performance afterwards.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "13040",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2021.00/related/tasks/13040",
         "title": "Represent teams or professional sports clubs, performing such activities as meeting with members of the media, making speeches, or participating in charity events.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "13041",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2021.00/related/tasks/13041",
         "title": "Lead teams by serving as captain.",
         "importance": 61,
         "category": "Core"
      }
   ]
}