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/51-9082.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "10520",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10520",
         "title": "Drill and tap holes for rivets, and glue, weld, bolt, or rivet parts together to form prosthetic or orthotic devices.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10514",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10514",
         "title": "Read prescriptions or specifications to determine the type of product or device to be fabricated and the materials and tools required.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10513",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10513",
         "title": "Make orthotic or prosthetic devices, using materials such as thermoplastic and thermosetting materials, metal alloys and leather, and hand or power tools.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10519",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10519",
         "title": "Bend, form, and shape fabric or material to conform to prescribed contours of structural components.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10518",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10518",
         "title": "Construct or receive casts or impressions of patients' torsos or limbs for use as cutting and fabrication patterns.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "10515",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10515",
         "title": "Repair, modify, or maintain medical supportive devices, such as artificial limbs, braces, or surgical supports, according to specifications.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10523",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10523",
         "title": "Cover or pad metal or plastic structures or devices, using coverings such as rubber, leather, felt, plastic, or fiberglass.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10522",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10522",
         "title": "Test medical supportive devices for proper alignment, movement, or biomechanical stability, using meters and alignment fixtures.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10521",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10521",
         "title": "Lay out and mark dimensions of parts, using templates and precision measuring instruments.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10512",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/related/tasks/10512",
         "title": "Fit appliances onto patients, and make any necessary adjustments.",
         "importance": 78,
         "category": "Core"
      }
   ]
}