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/29-1229.06/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17281",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17281",
         "title": "Diagnose or treat disorders of the musculoskeletal system.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17273",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17273",
         "title": "Order and interpret the results of laboratory tests and diagnostic imaging procedures.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "17257",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17257",
         "title": "Advise against injured athletes returning to games or competition if resuming activity could lead to further injury.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17268",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17268",
         "title": "Record athletes' medical care information, and maintain medical records.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17265",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17265",
         "title": "Record athletes' medical histories, and perform physical examinations.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "17276",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17276",
         "title": "Examine and evaluate athletes prior to participation in sports activities to determine level of physical fitness or predisposition to injuries.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "17278",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17278",
         "title": "Coordinate sports care activities with other experts, including specialty physicians and surgeons, athletic trainers, physical therapists, or coaches.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "17270",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17270",
         "title": "Provide education and counseling on illness and injury prevention.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "17259",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17259",
         "title": "Participate in continuing education activities to improve and maintain knowledge and skills.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "17263",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/related/tasks/17263",
         "title": "Advise athletes, trainers, or coaches to alter or cease sports practices that are potentially harmful.",
         "importance": 77,
         "category": "Core"
      }
   ]
}