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/31-1121.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 42142111,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/42142111",
         "title": "Therapeutic ice packs or pillows",
         "example": [
            "Ice caps",
            "Ice collars"
         ]
      },
      {
         "code": 42192210,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/42192210",
         "title": "Wheelchairs",
         "example": []
      },
      {
         "code": 42211610,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/42211610",
         "title": "Shower or bath chairs or seats for the physically challenged",
         "example": [
            "Bathtub seats"
         ]
      },
      {
         "code": 42242001,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/42242001",
         "title": "Lower extremity prosthetic devices",
         "example": []
      },
      {
         "code": 41116201,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/41116201",
         "title": "Glucose monitors or meters",
         "example": [
            "Glucometers"
         ]
      },
      {
         "code": 42192301,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/42192301",
         "title": "Patient lifts",
         "example": [
            "Hoyer lifts",
            "Patient lifters"
         ]
      },
      {
         "code": 42211501,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/42211501",
         "title": "Canes",
         "example": []
      },
      {
         "code": 42242002,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/42242002",
         "title": "Upper extremity prosthetic devices",
         "example": []
      },
      {
         "code": 42312102,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/42312102",
         "title": "Ostomy appliances",
         "example": [
            "Ostomy bags"
         ]
      },
      {
         "code": 42211502,
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/related/tools_used/42211502",
         "title": "Crutches",
         "example": []
      }
   ]
}