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

URL:
https://api-v2.onetcenter.org/online/occupations/29-1291.00/related/tools_used/42142105
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 42142105,
      "title": "Therapeutic heating or cooling units or systems",
      "example": [
         "Moxa boxes",
         "Moxa burners",
         "Moxa cans",
         "Tiger warmers"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/31-9011.00/",
         "code": "31-9011.00",
         "title": "Massage Therapists",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Steam cabinets"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/",
         "code": "29-1299.01",
         "title": "Naturopathic Physicians",
         "tags": {},
         "example": [
            "Therapeutic saunas"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-9093.00/",
         "code": "29-9093.00",
         "title": "Surgical Assistants",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Hypothermia units"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/",
         "code": "29-2055.00",
         "title": "Surgical Technologists",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Hyper/hypothermia units"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/",
         "code": "29-1131.00",
         "title": "Veterinarians",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Veterinary patient warming systems"
         ]
      }
   ]
}