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/43-5011.01/related/tasks/17691
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "17691",
      "title": "Maintain current knowledge of relevant legislation, political situations, or other factors that could affect freight shipping.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/43-5011.01?tasks=17691"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/",
         "code": "29-2099.08",
         "title": "Patient Representatives",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/",
         "code": "29-1292.00",
         "title": "Dental Hygienists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/",
         "code": "11-3012.00",
         "title": "Administrative Services Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-5031.00/",
         "code": "43-5031.00",
         "title": "Public Safety Telecommunicators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/",
         "code": "15-2099.01",
         "title": "Bioinformatics Technicians",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}