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-2033.00/related/tasks/4161
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4161",
      "title": "Position radiation fields, radiation beams, and patient to allow for most effective treatment of patient's disease, using computer.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/29-2033.00?tasks=4161"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/",
         "code": "29-2032.00",
         "title": "Diagnostic Medical Sonographers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/",
         "code": "29-2055.00",
         "title": "Surgical Technologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/",
         "code": "29-2031.00",
         "title": "Cardiovascular Technologists and Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2099.01/",
         "code": "29-2099.01",
         "title": "Neurodiagnostic Technologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/",
         "code": "29-1124.00",
         "title": "Radiation Therapists",
         "tags": {}
      }
   ]
}