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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9082.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}